DocumentContentCustomerDto
data class DocumentContentCustomerDto(val customerId: String? = null, val billingAddressLines: List<String>? = null, val email: String? = null, val name: String? = null, val telephoneNumber: String? = null)
Information about the customer as presented on the document.
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.