BillingSubscription
No description
type BillingSubscription {
id: ID!
providerCustomerId: String!
providerPaymentStatus: String!
subscriptionPlan: SubscriptionPlan
}
OpenTofu Foundations - A FREE Weekly Workshop to Build your IaC Skills - LIMITED AVAILABILITY Register Now!No description
type BillingSubscription {
id: ID!
providerCustomerId: String!
providerPaymentStatus: String!
subscriptionPlan: SubscriptionPlan
}
id (ID!)providerCustomerId (String!)providerPaymentStatus (String!)subscriptionPlan (SubscriptionPlan)