| id |
uuid |
|
false |
|
|
Unique identifier for the refund(DC2Type:uuid) |
| player_id |
uuid |
|
true |
|
public.match_player |
Reference to the match player receiving the refund(DC2Type:uuid) |
| status |
varchar(255) |
|
false |
|
|
Current status of the refund (PENDING, SUCCEEDED, REJECTED) |
| refunded_at |
timestamp(0) with time zone |
NULL::timestamp with time zone |
true |
|
|
Timestamp when the refund was successfully processed(DC2Type:datetimetz_immutable) |
| stripe_refund_id |
varchar(255) |
NULL::character varying |
true |
|
|
Stripe refund transaction identifier |
| total_amount |
bigint |
|
false |
|
|
|
| total_currency |
character(3) |
|
false |
|
|
(DC2Type:currency) |
| created_at |
timestamp(0) with time zone |
|
false |
|
|
Timestamp when the refund was created(DC2Type:datetimetz_immutable) |
| voucher_id |
uuid |
|
true |
|
public.voucher |
Unique identifier for the voucher(DC2Type:uuid) |
| refunded_amount_voucher_amount |
bigint |
|
false |
|
|
|
| refunded_amount_voucher_currency |
character(3) |
|
false |
|
|
(DC2Type:currency) |
| refunded_amount_online_amount |
bigint |
|
false |
|
|
|
| refunded_amount_online_currency |
character(3) |
|
false |
|
|
(DC2Type:currency) |
| strategy |
varchar(255) |
NULL::character varying |
false |
|
|
Refund strategy applied (SERVICE_TERMS, REFUND_FULL, REFUND_HALF, NO_REFUND) |
| event_registration_id |
uuid |
|
true |
|
public.event_registration |
Reference to the event registration receiving the refund(DC2Type:uuid) |