jef-sales-invoices-customers ============================ Source ------ - Repository: ``jef-systems/jef-sales-invoices-backend`` - Table: ``jef-sales-invoices-customers`` - Schema path: ``dynamodb/jef-sales-invoices-customers/schema.json`` - Commit: ``2694fd4ff58676b340afcb9508a86bf1ab6bd95b`` - Generated at: ``2026-04-04T19:57:49Z`` Attributes ---------- .. code-block:: json { "pk": "string", "tin": "string", "entity_number": "string-4-digits-nonzerostart", "name": "string", "business_style": "string-optional", "address": "string", "email": "string-email-optional", "phone": "string-optional", "customer_type": "string-enum-INDIVIDUAL-CORPORATE-GOVERNMENT-SC-PWD", "credit_limit": "number-two-decimals-optional", "created": "string-iso8601", "updated": "string-iso8601" } Main Index ---------- .. code-block:: json { "pk": "pk" } Raw Schema ---------- .. code-block:: json { "table": "jef-sales-invoices-customers", "attributes": { "pk": "string", "tin": "string", "entity_number": "string-4-digits-nonzerostart", "name": "string", "business_style": "string-optional", "address": "string", "email": "string-email-optional", "phone": "string-optional", "customer_type": "string-enum-INDIVIDUAL-CORPORATE-GOVERNMENT-SC-PWD", "credit_limit": "number-two-decimals-optional", "created": "string-iso8601", "updated": "string-iso8601" }, "main_index": { "pk": "pk" }, "gsi_1": { "pk": "tin" }, "gsi_2": { "pk": "entity_number" } }