stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > SellingPlanFixedBillingPolicy

AdminTypes.SellingPlanFixedBillingPolicy interface

The fixed selling plan billing policy defines how much of the price of the product will be billed to customer at checkout. If there is an outstanding balance, it determines when it will be paid.

Signature:

export interface SellingPlanFixedBillingPolicy 

Properties

Property Modifiers Type Description
checkoutCharge   SellingPlanCheckoutCharge The checkout charge when the full amount isn’t charged at checkout.
remainingBalanceChargeExactTime?   Maybe<Scalars[‘DateTime’][‘output’]> (Optional) The exact time when to capture the full payment.
remainingBalanceChargeTimeAfterCheckout?   Maybe<Scalars[‘String’][‘output’]> (Optional) The period after remaining_balance_charge_trigger, before capturing the full payment. Expressed as an ISO8601 duration.
remainingBalanceChargeTrigger   SellingPlanRemainingBalanceChargeTrigger | `${SellingPlanRemainingBalanceChargeTrigger}` When to capture payment for amount due.