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
PaymentSettings
object ● PaymentSettingsInput
input ● transactionInitialize
mutation ● TransactionProcessAction
object