Function: skipGiftSubscriptionCharge()
skipGiftSubscriptionCharge(
session
,subscriptionIds
,recipientAddress
):Promise
<Onetime
[]>
Gift a subscription to another person. This creates onetime products for the recipient and skips that subscription for the customer. When the gifted onetime ships the recipient receives and email notification.
Parameters
Parameter | Type |
---|---|
session | Session |
subscriptionIds | (string | number )[] |
recipientAddress | CreateRecipientAddress |
Returns
Promise
<Onetime
[]>