Skip to main content
Version: 3.x

MarkAsPaidStrategyEnum

Determine the mark as paid strategy for the channel.

TRANSACTION_FLOW - new orders marked as paid will receive a TransactionItem object, that will cover the order.total.

PAYMENT_FLOW - new orders marked as paid will receive a Payment object, that will cover the order.total.

enum MarkAsPaidStrategyEnum {
TRANSACTION_FLOW
PAYMENT_FLOW
}

Values

MarkAsPaidStrategyEnum.TRANSACTION_FLOW

MarkAsPaidStrategyEnum.PAYMENT_FLOW

Member of

OrderSettings object ● OrderSettingsInput input


Was this page helpful?