Interface StiggManagementAPI Methods archiveCustomer archiveCustomer( customerId: string ) : Promise < string > Parameters Returns Promise < string > cancelSubscriptionScheduledUpdates Parameters Returns Promise < { subscriptionId: string } > delegateSubscriptionToCustomer detachCustomerPaymentMethod detachCustomerPaymentMethod( customerId: string ) : Promise < SlimCustomer > estimateSubscriptionUpdate getActiveSubscriptionsList getCoupons getCoupons( ) : Promise < Coupon [] > grantPromotionalEntitlements importCustomerBulk Parameters Returns Promise < void > importSubscriptionBulk Parameters Returns Promise < void > revokePromotionalEntitlements Parameters Returns Promise < { id: string } > transferSubscriptionToResource unarchiveCustomer unarchiveCustomer( customerId: string ) : Promise < SlimCustomer > Legend Settings Theme OS Light Dark
use provisionCustomer instead to create both customer and subscription in single operation. See provisionCustomer for more info.