PayPal Integrator V5 - Online Help
PayPal Integrator V5
Questions / Feedback?

InvoiceInfo Type

Information about an invoice.

Remarks

Information about an invoice.

Fields

Date
String

Contains the date on which the invoice is enabled.

The date and time must be in the following format:

"yyyy-MM-ddTHH:mm:ss.fffZ".

This is explained in more detail below:

yyyyFour-digit year, e.g. "2005"
MM Two-digit month.
ddTwo-digit day.
TIndicates time follows the date.
HHHours in military time (24-hour format).
mm Minutes
ssSeconds
fffMilliseconds
Z1-character (US military) representation of the time zone, "A" - "M" are negative offsets -1 to -12, with "J" not being used. "N" - "Y" are positive offsets 1 to 12, and "Z" indicates GMT/UTC (no offset).

For instance, "2004-05-26T15:00:00.000Z" is May 26th, 2004 at 3:00pm GMT.

DiscountAmount
String

The discount amount applied to the invoice.

If DiscountPercent is provided, DiscountAmount is ignored.

DiscountPercent
String

The discount percent applied to the invoice.

DueDate
String

Contains the date on which the payment is due.

The date and time must be in the following format:

"yyyy-MM-ddTHH:mm:ss.fffZ".

This is explained in more detail below:

yyyyFour-digit year, e.g. "2005"
MM Two-digit month.
ddTwo-digit day.
TIndicates time follows the date.
HHHours in military time (24-hour format).
mm Minutes
ssSeconds
fffMilliseconds
Z1-character (US military) representation of the time zone, "A" - "M" are negative offsets -1 to -12, with "J" not being used. "N" - "Y" are positive offsets 1 to 12, and "Z" indicates GMT/UTC (no offset).

For instance, "2004-05-26T15:00:00.000Z" is May 26th, 2004 at 3:00pm GMT.

LogoURL
String

Contains the complete URL to an external image used as the logo.

MerchantMemo
String

Memo for bookkeeping that is private to the merchant.

Note
String

Note to the payer company.

Number
String

Contains the number of the invoice as assigned by the merchant.

PaymentTerm
PaymentTerms

Specifies the term by which the invoice payment is due.

The following funding types are available:

ptDueOnReceipt (0) Payment is due when the payer receives the invoice.
ptDueOnDate (1) Payment is due on the date specified in the invoice.
ptNet10 (2) Payment is due 10 days from the invoice date.
ptNet15 (3) Payment is due 15 days from the invoice date.
ptNet30 (4) Payment is due 30 days from the invoice date.
ptNet45 (5) Payment is due 45 days from the invoice date.

ShippingAmount
String

The cost of shipping.

ShippingTaxName
String

Name of the applicable tax on shipping cost.

ShippingTaxRate
String

Rate of the applicable tax on shipping cost.

Terms
String

General terms for the invoice.

Constructors

[VB.NET]
Public InvoiceInfo()

[C#]
public InvoiceInfo();



 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0