DocumentContentCustomerDto
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.
Constructors
DocumentContentCustomerDto
Link copied to clipboard
Properties
billingAddressLines
Link copied to clipboard
@SerializedName(value = billingAddressLines)
Content copied to clipboard
customerId
Link copied to clipboard
telephoneNumber
Link copied to clipboard
@SerializedName(value = telephoneNumber)
Content copied to clipboard