Worldline Connect Node.js SDK
    Preparing search index...

    Interface RefundCustomer

    interface RefundCustomer {
        address?: AddressPersonal | null;
        companyInformation?: CompanyInformation | null;
        contactDetails?: ContactDetailsBase | null;
        fiscalNumber?: string | null;
    }
    Index

    Properties

    address?: AddressPersonal | null
    companyInformation?: CompanyInformation | null
    contactDetails?: ContactDetailsBase | null
    fiscalNumber?: string | null