Skip to main content
Version: 3.x

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

OrderSettings object ● OrderSettingsInput input ● PaymentSettings object ● PaymentSettingsInput input ● transactionInitialize mutation ● TransactionProcessAction object


Was this page helpful?