Response Property
The response received when creating or updating an invoice.
Syntax
[VB.NET] Public ReadOnlyProperty Response As InvoiceResponse
[C#] public InvoiceResponse Response {get;}
Remarks
This property will contain details about PayPal's response to an invoice request after a call is made to CreateInvoice, Send, Update, and Cancel.
This property is read-only.