Skip to content

EnrollPostpaidSubscription

Public authenticated merchant command for payment-independent metered enrollment.

const EnrollPostpaidSubscription: Schema.Struct<{
idempotencyKey: Schema.brand<Schema.String, "IdempotencyKey">;
externalCustomerId: Schema.brand<Schema.String, "ExternalCustomerId">;
beneficiarySubjectId: Schema.OptionFromOptionalKey<Schema.brand<Schema.String, "MerchantSubjectId">>;
offerKey: Schema.brand<Schema.String, "OfferKey">;
offerRevision: Schema.brand<Schema.Int, "DefinitionRevision">;
}>;