jef-sales-invoices-payments =========================== Source ------ - Repository: ``jef-systems/jef-sales-invoices-backend`` - Table: ``jef-sales-invoices-payments`` - Schema path: ``dynamodb/jef-sales-invoices-payments/schema.json`` - Commit: ``2694fd4ff58676b340afcb9508a86bf1ab6bd95b`` - Generated at: ``2026-04-04T19:57:49Z`` Attributes ---------- .. code-block:: json { "pk": "string", "sk": "string", "payment_method": "string-enum-CASH-CHECK-BANK_TRANSFER-GCASH-MAYA", "amount": "number-two-decimals", "reference_number": "string-optional", "received_by": "string", "payment_date": "string-iso8601", "notes": "string-optional", "created": "string-iso8601" } Main Index ---------- .. code-block:: json { "pk": "pk", "sk": "sk" } Raw Schema ---------- .. code-block:: json { "table": "jef-sales-invoices-payments", "attributes": { "pk": "string", "sk": "string", "payment_method": "string-enum-CASH-CHECK-BANK_TRANSFER-GCASH-MAYA", "amount": "number-two-decimals", "reference_number": "string-optional", "received_by": "string", "payment_date": "string-iso8601", "notes": "string-optional", "created": "string-iso8601" }, "main_index": { "pk": "pk", "sk": "sk" }, "gsi_1": { "pk": "reference_number" } }