Types
Type alias: PrepaidSubscriptionInput
react-autonomy.PrepaidSubscriptionInput
Ƭ PrepaidSubscriptionInput: { actionableDate?: Date | string | null ; autoRedeem: boolean ; installmentCount: number ; interval: { length: number ; units: IntervalUnit } ; lineItems: { quantity: number ; sku: string }[] ; recurring?: boolean | null } & { autoRedeem: true ; gift: false } | { gift: true ; giftNote?: string | null ; notifyRecipient?: boolean ; recipient: { email: string ; name: string } } & { autoRedeem: true ; redemptionMethod?: "ship" ; shipAddress: AddressInput } | { autoRedeem: false ; redemptionMethod: "email" | "print" ; shipAddress?: AddressInput }
node_modules/@chordcommerce/chord-js-autonomy/dist/oms/types/inputs.d.ts:324