Home > @infiniteobjects/shopify-data-manager > AdminTypes > SellingPlanRemainingBalanceChargeTrigger
When to capture the payment for the remaining amount due.
Signature:
export declare enum SellingPlanRemainingBalanceChargeTrigger
Member | Value | Description |
---|---|---|
ExactTime | "EXACT_TIME" |
At an exact time defined by the remaining_balance_charge_exact_time field. |
NoRemainingBalance | "NO_REMAINING_BALANCE" |
When there’s no remaining balance to be charged after checkout. |
TimeAfterCheckout | "TIME_AFTER_CHECKOUT" |
After the duration defined by the remaining_balance_charge_time_after_checkout field. |