Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BankTransferMetadata

In this interface we will see the structure of BankTransferMetadata

export interface BankTransferMetadata {
bank?: string;
email?: string;
country?: string;
account_type?: string;
account_number?: string;
name?: string;
document_number?: string;
document_type?: string;
}

Hierarchy

Index

Properties

account_number?: string
account_type?: string
bank?: string
country?: string
document_number?: string
document_type?: string
email?: string
name?: string

Generated using TypeDoc