@tax1driver/ts-tpay
    Preparing search index...

    Interface BillingAddress

    Billing address for marketplace transaction

    interface BillingAddress {
        city: string;
        country: string;
        email: string;
        flatNo?: string;
        houseNo: string;
        name: string;
        phone: string;
        postalCode: string;
        street: string;
    }
    Index

    Properties

    city: string
    country: string
    email: string
    flatNo?: string
    houseNo: string
    name: string
    phone: string
    postalCode: string
    street: string