forked from UKSOURCE/ipv6
paypal
This commit is contained in:
@@ -15,4 +15,11 @@ export type AdminRequestRow = {
|
||||
notes: string;
|
||||
/** Optional: where the row came from (not shown in table yet). */
|
||||
source?: "registration" | "feedback";
|
||||
paymentStatus?: "not_required" | "payment_pending" | "paid" | "payment_failed" | "payment_cancelled";
|
||||
paypalOrderId?: string;
|
||||
paypalCaptureId?: string;
|
||||
paymentAmount?: number;
|
||||
paymentCurrency?: string;
|
||||
/** ISO string representation of payment completion timestamp. */
|
||||
paymentCompletedAt?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user