AccountBillingResponse: {
    addressLine1: string;
    addressLine2?: string;
    cityLocality: string;
    company?: string;
    countryCode: string;
    email: string;
    fullName: string;
    paymentMethod?: {
        creditCardInfo: {
            cardNumberLastFour: string;
            provider: SE.AccountBillingProvider;
        };
    };
    phone: string;
    postalCode: string;
    stateProvince: string;
}

Type declaration

  • addressLine1: string
  • Optional addressLine2?: string
  • cityLocality: string
  • Optional company?: string
  • countryCode: string
  • email: string
  • fullName: string
  • Optional paymentMethod?: {
        creditCardInfo: {
            cardNumberLastFour: string;
            provider: SE.AccountBillingProvider;
        };
    }
  • phone: string
  • postalCode: string
  • stateProvince: string

Generated using TypeDoc