mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
Update index.ts
This commit is contained in:
@@ -348,6 +348,12 @@ export interface Transaction {
|
|||||||
completed_at: string | null
|
completed_at: string | null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export interface PaymentMethodOption {
|
||||||
|
id: string
|
||||||
|
name: string
|
||||||
|
description?: string | null
|
||||||
|
}
|
||||||
|
|
||||||
export interface PaymentMethod {
|
export interface PaymentMethod {
|
||||||
id: string
|
id: string
|
||||||
name: string
|
name: string
|
||||||
@@ -355,6 +361,7 @@ export interface PaymentMethod {
|
|||||||
min_amount_kopeks: number
|
min_amount_kopeks: number
|
||||||
max_amount_kopeks: number
|
max_amount_kopeks: number
|
||||||
is_available: boolean
|
is_available: boolean
|
||||||
|
options?: PaymentMethodOption[] | null
|
||||||
}
|
}
|
||||||
|
|
||||||
// Referral types
|
// Referral types
|
||||||
|
|||||||
Reference in New Issue
Block a user