Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PaymentMethod

Hierarchy

  • PaymentMethod

Index

Properties

allow_buy?: boolean
allow_deposit?: boolean
allow_sell?: boolean
allow_withdraw?: boolean
cdv_status?: string
created_at?: string
currency: string
fiat_account?: { id: string; resource: string }

Type declaration

  • id: string
  • resource: string
hold_business_days?: number
hold_days?: number
id: string
instant_buy?: boolean
instant_sell?: boolean
limits: { buy?: PaymentMethodLimit[]; deposit?: PaymentMethodLimit[]; instant_buy?: PaymentMethodLimit[]; name?: string; sell?: PaymentMethodLimit[]; type?: string }

Type declaration

name: string
picker_data?: { account_name: string; account_number: string; account_type: string; customer_name: string; institution_code: string; institution_name: string; symbol: string }

Type declaration

  • account_name: string
  • account_number: string
  • account_type: string
  • customer_name: string
  • institution_code: string
  • institution_name: string
  • symbol: string
primary_buy: boolean
primary_sell: boolean
resource?: string
resource_path?: string
type: string
updated_at?: string
verification_method?: string
verified?: boolean