Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (19 loc) · 2.87 KB

InvoicePayment.md

File metadata and controls

22 lines (19 loc) · 2.87 KB

Bfwd::InvoicePayment

Properties

Name Type Description Notes
payment_received DateTime {"description":"The date when the associated payment was received.","verbs":["POST","PUT","GET"]}
refund_received DateTime {"description":"The date when the associated payment was refunded.","verbs":["POST","PUT","GET"]}
created DateTime { "description" : "The UTC DateTime when the object was created.", "verbs":[] } [optional]
changed_by String { "description" : "ID of the user who last updated the entity.", "verbs":[] } [optional]
updated DateTime { "description" : "The UTC DateTime when the object was last updated.", "verbs":[] } [optional]
id String { "description" : "ID of the payment-line.", "verbs":["POST","PUT","GET"] } [optional]
crm_id String { "description" : "CRM ID of the invoice.", "verbs":["POST","PUT","GET"] }
payment_id String { "description" : "ID of the payment used.", "verbs":["POST","PUT","GET"] }
invoice_id String { "description" : "ID of the invoice associated with the payment-line.", "verbs":["POST","PUT","GET"] }
organization_id String { "description" : "ID of the organization associated with the invoice-payment.", "verbs":["POST","PUT","GET"] }
currency String { "description" : "The currency of the payment specified by a three character ISO 4217 currency code.", "verbs":["POST","PUT","GET"] }
gateway String Payment gateway associated with the payment
nominal_amount Float { "description" : "The value that this payment-line represents.", "verbs":["POST","PUT","GET"] }
actual_amount Float { "description" : "The value of the payment used by payment-line.", "verbs":["POST","PUT","GET"] }
refunded_amount Float { "description" : "The refunded amount of the invoice-payment.", "verbs":["POST","PUT","GET"] }