Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1.54 KB

GatewayAccountLimit.md

File metadata and controls

17 lines (15 loc) · 1.54 KB

RebillySdk::GatewayAccountLimit

Properties

Name Type Description Notes
id AllOfGatewayAccountLimitId The gateway account limit identifier. [optional]
status String The gateway account limit status. [optional]
start_time DateTime The limit's current period start time. [optional]
end_time DateTime The limit's current period end time. At this time, the limit will reset. [optional]
frequency String The limit's period will reset according to the frequency. [optional]
type String The limit can be on `money` or `count` of transactions. If `money` is chosen, the currency is the report currency. [optional]
cap Integer The limit's value cap is the maximum desired value. If type is money, the currency is the report currency. The cap only applies to approved transactions of type `authorize` or `sale`.
usage Integer The limit's actual usage during this period. [optional]
created_time AllOfGatewayAccountLimitCreatedTime Gateway account limit created time. [optional]
updated_time AllOfGatewayAccountLimitUpdatedTime Gateway account limit updated time. [optional]
_links Array<SelfLink> The links related to resource. [optional]