DocumentContentCustomerDto
constructor(customerId: String? = null, billingAddressLines: List<String>? = null, email: String? = null, name: String? = null, telephoneNumber: String? = null)
Parameters
customerId
An Id assigned to the customer by the merchant.
billingAddressLines
The billing address the customer has provided defined as an array of address lines.
email
The customer email address as displayed on the document.
name
The name of the customer.
telephoneNumber
The phone number of the customer.