InvoiceSummary Type
This type describes details about the invoice summary.
Remarks
Once an invoice search request is made, this type is populated with details about
the invoice summaries that were returned.
Fields
| |
BillingBusinessName String |
Contains the business name of the billing contact.
|
BillingFirstName String |
Contains the first name of the billing contact.
|
BillingLastName String |
Contains the last name of the billing contact.
|
CurrencyCode String |
Contains the currency code used for all invoice item amounts and totals.
|
DueDate String |
Contains the date on which the invoice payment is due.
|
InvoiceDate String |
Contains the date on which the invoice was enabled.
|
InvoiceId String |
Contains the Id of the invoice as assigned by PayPal.
|
InvoiceNumber String |
Contains the number of the invoice as assigned by the merchant.
|
MerchantEmail String |
Contains the Merchant's email address of the invoice.
|
Origin InvoiceCreationOrigins |
Contains the origin of which the invoice was created.
| | coNotSpecified (0) | The creation of the invoice is not specified or unknown. | coWeb (1) | The invoice was created on paypal.com | coAPI (2) | The invoice was created by an Invoicing Service API call. |
|
PayerEmail String |
Contains the Payer's email address of the invoice.
|
ShippingBusinessName String |
Contains the business name of the shipping contact.
|
ShippingFirstName String |
Contains the first name of the shipping contact.
|
ShippingLastName String |
Contains the last name of the shipping contact.
|
Status String |
Contains the status of the invoice.
|
TotalAmount String |
Contains the total amount of the invoice.
|
Constructors
[VB.NET]
Public InvoiceSummary()
[C#]
public InvoiceSummary();