Open topic with navigation
Open topic with navigation
InvoicePayment
This object ties a payment to an invoice, providing information on how much the payment is and how a payment is to be applied to one or more invoices. Only one PaymentID and once InvoiceID are accepted (i.e., you cannot spread a payment across multiple invoices).
Supported Calls
This object is used in the create and query calls.
Fields
In addition to the following fields, zObject contributes additional fields. For information on the field types, see Field Types.
Name |
Required? |
Type |
Allowable Values |
Description |
Amount |
Yes |
double |
Any valid currency amount |
The amount of the payment. |
InvoiceId |
Yes |
zns: ID |
A valid Invoice object ID |
A unique identification number for the invoice (identifying an Invoice object). |
PaymentId |
Yes |
zns: ID |
A valid Payment object ID |
A unique identification number for the payment (identifying a Payment object). |
Copyright © 2008-2009 Zuora, Inc.
Open topic with navigation
Open topic with navigation