PostpaidEnrollmentResult
Public result of creating or replaying a postpaid subscription.
Declaration
Section titled “Declaration”const PostpaidEnrollmentResult: Schema.Struct<{ status: Schema.Literal<"enrolled">; subscriptionId: Schema.brand<Schema.String, "SubscriptionId">; replayed: Schema.Boolean;}>;