export class CreditCardStateV1 { public static Ok: string = "ok"; public static Expired: string = "expired"; }