@playmoweb/payline-typescript-sdk
Version:
Payline Typescript SDK
17 lines (16 loc) • 342 B
TypeScript
declare class PaylineAddress {
title?: string;
name?: string;
firstName?: string;
lastName?: string;
street1?: string;
street2?: string;
cityName?: string;
zipCode?: string;
country?: string;
phone?: string;
state?: string;
county?: string;
phoneType?: string;
}
export { PaylineAddress };