Skip to main content

Primary key

document_id
uuiddefault:"Random UUID"publicrequired
The unique identifier for the payment method company record.

Foreign keys

company
uuidpublicrequired
The unique identifier of the associated company. Ref: Falta
payment_method
uuidpublicrequired
The unique identifier of the associated payment method. Ref: PaymentMethod Schema

Tracking attributes

created_at
timestamppublic
The timestamp when the payment method company record was created.
Rules: Precision: 6, with timezone
deleted_at
timestamppublic
The timestamp when the payment method company record was deleted, if applicable.
Rules: Precision: 6, with timezone
is_actived
booleandefault:"true"public
Indicates whether the payment method company record is active.
is_deleted
booleandefault:"false"public
Indicates whether the payment method company record has been deleted.
updated_at
timestamppublic
The timestamp when the payment method company record was last updated.
Rules: Precision: 6, with timezone