InvoiceBillingRecipient
Defines the information about the billing details of the recipient of an invoice.
type InvoiceBillingRecipient {
address: InvoiceBillingRecipientAddress
email: EmailAddress
fax: String
firstName: String
lastName: String
organizationName: String
phone: String
title: String
}
Fields
InvoiceBillingRecipient.address ● InvoiceBillingRecipientAddress object
The billing recipient's address. Optional.
InvoiceBillingRecipient.email ● EmailAddress scalar
The contact's primary email address. Optional, unless neither lastName or organizationName are specified.
InvoiceBillingRecipient.fax ● String scalar
UTF-8 string value that represents the billing recipient's fax number. Optional.
InvoiceBillingRecipient.firstName ● String scalar
UTF-8 string value that represents the first name of the billing recipient. Optional.
InvoiceBillingRecipient.lastName ● String scalar
UTF-8 string value that represents the last name of the billing recipient. Optional, unless neither email or organizationName are specified.
InvoiceBillingRecipient.organizationName ● String scalar
UTF-8 string value that represents the organization name of the billing recipient. Optional, unless neither lastName or email are specified.
InvoiceBillingRecipient.phone ● String scalar
UTF-8 string value that represents the billing recipient's phone number. Optional.
InvoiceBillingRecipient.title ● String scalar
UTF-8 string value that represents the title of the billing recipient's name such as Dr/Mrs/Mr. Optional.
Member Of
InvoiceRecipient object