Required when mode = PARTIAL. The exact amount of store credit to apply. Must be positive and will be validated against available balance and cart total. The currency on the CheckoutSession's CheckoutSubtotals will be used when fetching the available store credit amount.
Determines whether to apply the full available balance or a partial amount. The currency on the CheckoutSession's CheckoutSubtotals will be used when fetching the available store credit amount.
Input.
StoreCreditApplicationInput
No description
Fields
amount
Decimal
mode
StoreCreditApplicationMode!
Required