Order API

Enum

PaymentTransactionKind

Gift-card payment transaction direction.

Kind Enum type
Used in EstimateAccrual1, UpdateOrders4

Values

  • unknown

    Transaction kind is not known.

    Bubblehouse treats this as a capture for backwards compatibility.

  • capture

    Gift-card funds were captured for the order.

  • refund

    Gift-card funds were refunded for the order.

    Refund rows should use a negative amount.

Previous
OrderStatus2