Bill overview

Bill represents an installment which the customer must pay. If an order was purchased in 12 installments, this customer will have 12 bills to pay.

Bill schema

FieldDescriptionType
idUnique identifier (UUID)String
amount_centsBill amount in centsInteger
due_dateDue date from that billInteger
installmentsTotal of bills that will be createdInteger
statusBill status, pending, paid, canceledString
bill_typeWhich type is the bill, down_payment, installmentString
paymentsPayments associated with that billArray
created_atIndicates when the record was created in iso8601String
updated_atIndicates when the record was last updated in iso8601String