UNPKG

akua-sdk

Version:

TypeScript SDK for Akua Acquiring Processor

13 lines (12 loc) 250 B
export interface BillingAddress { street: string; number: string; city: string; state: string; zip_code: string; country: string; phone_number?: string; } export interface UserData { billing_address: BillingAddress; }