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

Update Method

Updates an invoice.

Syntax

[VB.NET]
Public Sub Update(ByVal invoiceId As String)
[C#]
public void Update(string invoiceId);

Remarks

This method is used to update the invoice specified by invoiceId.

InvoiceInfo is used to specify the details (such as amounts, dates, and terms) of the invoice. InvoiceItems is used to specify items that are to be included on invoice. MerchantInfo, BillingInfo, and ShippingInfo are used to describe the contact information about the parties involved in the transaction that the invoice pertains to.

Note: Merchant Email and Billing Email are required.

After calling this method, the Ack property will indicate success or failure.

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