Introduction to Bill Payments
amount_due
and can optionally have a due_date
.UNPAID
→ The bill has not been fully paid.PAID
→ The bill has been fully paid.Example #1: Create a Customer with a Balance
Example #2: Create a customer John Doe with a bill
Example #3: Create a customer John Doe with two accounts
Example #4: Create a customer with an account which has a bill associated with it
Example #5: Update the balance for an existing customer
Example #6: Update the amount paid by the customer against an existing bill
Example #7: Update the name of an existing customer and the metadata of a bill under that customer