Interface ProductSubscriptionTransferParams

interface ProductSubscriptionTransferParams {
    newSubscriberAddress: string;
    oldSubscriber: TransactionSignerAccount;
    subscriptionID: number;
}

Properties

newSubscriberAddress: string
oldSubscriber: TransactionSignerAccount
subscriptionID: number