Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.3 KB

PaymentsBody.md

File metadata and controls

28 lines (25 loc) · 1.3 KB

PaymentsBody

Properties

Name Type Description Notes
customer_id int [optional]
invoice_id int [optional]
invoice_number string [optional]
amount_cents int [optional]
address_street string [optional]
address_city string [optional]
address_zip string [optional]
payment_method string [optional]
ref_num string [optional]
register_id int [optional]
signature_name string [optional]
signature_data string [optional]
signature_date \DateTime [optional]
credit_card_number string [optional]
date_month string [optional]
date_year string [optional]
cvv string [optional]
lastname string [optional]
firstname string [optional]
apply_payments object Object where a key is an Invoice ID and a value is a payment amount to be applied to the invoice. [optional]

[Back to Model list] [Back to API list] [Back to README]