import { SupportedCurrency } from './SupportedCurrency'; export interface PaymentBillingData { city: string; company: string; country: string; currency?: SupportedCurrency; firstname: string; lastname: string; state?: string; street: string; zip: string; } //# sourceMappingURL=PaymentBillingData.d.ts.map