Inttegro TypeScript SDK - v8.2.0
    Preparing search index...

    Interface PaymentMethodOwnerAddress

    interface PaymentMethodOwnerAddress {
        city?: string | null;
        country?: string;
        line1?: string | null;
        line2?: string | null;
        name?: string | null;
        phoneNumber?: string | null;
        postCode?: string | null;
        region?: string | null;
    }
    Index
    city?: string | null
    country?: string
    line1?: string | null
    line2?: string | null
    name?: string | null
    phoneNumber?: string | null
    postCode?: string | null
    region?: string | null