TransactionFlowStrategyEnum
Determine the transaction flow strategy.
AUTHORIZATION - the processed transaction should be only authorized
CHARGE - the processed transaction should be charged.
enum TransactionFlowStrategyEnum {
AUTHORIZATION
CHARGE
}
Values
TransactionFlowStrategyEnum.AUTHORIZATION
TransactionFlowStrategyEnum.CHARGE
Member of
transactionInitialize
mutation
Was this page helpful?