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

    Interface TokenizationPayer

    Payer information for tokenization

    interface TokenizationPayer {
        address?: string;
        city?: string;
        country?: string;
        email?: string;
        name?: string;
        phone?: string;
    }
    Index

    Properties

    address?: string
    city?: string
    country?: string
    email?: string
    name?: string
    phone?: string