PaymentSettlement

TypeTable
PaymentSettlementgdata_order_payment_settlement

Payment settlement specifies how the payment for an order has been made - whether it's via card, cash, or a combination of both. It provides a breakdown of the payment methods used for each transaction.

Column NameData TypeDescription
idvarchar(255) NOT NULLUnique identifier for the payment settlement.
tagsvarchar(255)Additional tags or labels for the payment settlement.
amountfloat8 NOT NULLThe total amount for this payment or settlement.
methodvarchar(255)Method of payment or settlement (e.g., cash, credit card, voucher).
notesvarchar(255)Additional notes related to this payment or settlement.
order_idvarchar(255)Reference to the unique identifier for the order this payment settlement is associated with.