Skip to content

PostpaidAccessPolicy

Declarative exact-revision policy controlling postpaid grace and suspension.

const PostpaidAccessPolicy: Schema.Struct<{
key: Schema.brand<Schema.String, "MerchantAccessPolicyKey">;
revision: Schema.brand<Schema.Int, "DefinitionRevision">;
gracePeriodMilliseconds: Schema.Int;
}>;