payment_refund_wizard

-1 rows


Description

Payment Refund Wizard

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('payment_refund_wizard_id_seq'::regclass)
payment_id int4 10 null
account_payment.id payment_refund_wizard_payment_id_fkey N

Payment

create_uid int4 10 null
res_users.id payment_refund_wizard_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id payment_refund_wizard_write_uid_fkey N

Last Updated by

amount_to_refund numeric 0 null

Refund Amount

create_date timestamp 29,6 null

Created on

write_date timestamp 29,6 null

Last Updated on

Indexes

Constraint Name Type Sort Column(s)
payment_refund_wizard_pkey Primary key Asc id

Relationships