/** Indicates the mandatory nature of having a valid payment method */
export declare enum RequiredPaymentMethodEnum {
    'mandatoryForAutorenew' = "mandatoryForAutorenew",
    'mandatoryForPostpaid' = "mandatoryForPostpaid",
    'notMandatory' = "notMandatory"
}
//# sourceMappingURL=RequiredPaymentMethodEnum.d.ts.map