Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.03 KB

InvoiceRecipient.md

File metadata and controls

15 lines (12 loc) · 1.03 KB

InvoiceRecipient

Properties

Name Type Description Notes
CustomerId string The ID of the customer. This is the customer profile ID that you provide when creating a draft invoice. [optional] [default to null]
GivenName string The recipient's given (that is, first) name. [optional] [default to null]
FamilyName string The recipient's family (that is, last) name. [optional] [default to null]
EmailAddress string The recipient's email address. [optional] [default to null]
Address *Address [optional] [default to null]
PhoneNumber string The recipient's phone number. [optional] [default to null]
CompanyName string The name of the recipient's company. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]