@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 312 B
TypeScript
export declare const PaymentChannelType: {
readonly SubscriptionDelegated: "SubscriptionDelegated";
readonly CustomerDelegated: "CustomerDelegated";
};
/**
* The Payment channel for the SaasSubscription.
*/
export type PaymentChannelType = (typeof PaymentChannelType)[keyof typeof PaymentChannelType];