Defines transaction limits for the enclosing entity.
| JSON representation |
|---|
{
"transactionMaxLimit": {
object ( |
| Fields | |
|---|---|
transactionMaxLimit |
REQUIRED: Defines the value and currency of a maximum per transaction limit for the enclosing type, or states that no maximum per transaction limit exists. |
TransactionLimit
Defines a transaction limit amount or the absence of a limit.
| JSON representation |
|---|
{ // Union field |
| Fields | |
|---|---|
Union field transaction_limit. REQUIRED: The transaction limit case. transaction_limit can be only one of the following: |
|
limitAmount |
The value of the allowable transaction. This is used to determine whether or not the user should be given this integrator as an option to process a specific transaction. |
noLimit |
Indicates that there is no transaction limit. This is used to determine whether or not the user should be given this integrator as an option to process a specific transaction. |