Class: Peddler::APIs::SellerWallet20240301::BankAccount
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::SellerWallet20240301::BankAccount
- Defined in:
- sig/peddler/apis/seller_wallet_2024_03_01.rbs
Instance Attribute Summary collapse
-
#account_country_code ⇒ String
readonly
Returns the value of attribute account_country_code.
-
#account_currency ⇒ String
readonly
Returns the value of attribute account_currency.
-
#account_holder_name ⇒ String?
readonly
Returns the value of attribute account_holder_name.
-
#account_id ⇒ String?
readonly
Returns the value of attribute account_id.
-
#bank_account_holder_status ⇒ String?
readonly
Returns the value of attribute bank_account_holder_status.
-
#bank_account_number_format ⇒ String?
readonly
Returns the value of attribute bank_account_number_format.
-
#bank_account_number_tail ⇒ String
readonly
Returns the value of attribute bank_account_number_tail.
-
#bank_account_ownership_type ⇒ String
readonly
Returns the value of attribute bank_account_ownership_type.
-
#bank_name ⇒ String?
readonly
Returns the value of attribute bank_name.
-
#bank_number_format ⇒ String?
readonly
Returns the value of attribute bank_number_format.
-
#routing_number ⇒ String?
readonly
Returns the value of attribute routing_number.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :account_country_code, :account_currency, :bank_account_number_tail, :bank_account_ownership_type, :account_holder_name, :account_id, :bank_account_holder_status, :bank_account_number_format, :bank_name, :bank_number_format, :routing_number ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::SellerWallet20240301::BankAccount
Instance Method Summary collapse
-
#members ⇒ [ :account_country_code, :account_currency, :bank_account_number_tail, :bank_account_ownership_type, :account_holder_name, :account_id, :bank_account_holder_status, :bank_account_number_format, :bank_name, :bank_number_format, :routing_number ]
-
#to_h ⇒ { account_country_code: String, account_currency: String, bank_account_number_tail: String, bank_account_ownership_type: String, account_holder_name: String?, account_id: String?, bank_account_holder_status: String?, bank_account_number_format: String?, bank_name: String?, bank_number_format: String?, routing_number: String? }
Instance Attribute Details
#account_country_code ⇒ String (readonly)
Returns the value of attribute account_country_code.
50 51 52 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 50 def account_country_code @account_country_code end |
#account_currency ⇒ String (readonly)
Returns the value of attribute account_currency.
51 52 53 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 51 def account_currency @account_currency end |
#account_holder_name ⇒ String? (readonly)
Returns the value of attribute account_holder_name.
52 53 54 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 52 def account_holder_name @account_holder_name end |
#account_id ⇒ String? (readonly)
Returns the value of attribute account_id.
53 54 55 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 53 def account_id @account_id end |
#bank_account_holder_status ⇒ String? (readonly)
Returns the value of attribute bank_account_holder_status.
54 55 56 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 54 def bank_account_holder_status @bank_account_holder_status end |
#bank_account_number_format ⇒ String? (readonly)
Returns the value of attribute bank_account_number_format.
55 56 57 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 55 def bank_account_number_format @bank_account_number_format end |
#bank_account_number_tail ⇒ String (readonly)
Returns the value of attribute bank_account_number_tail.
56 57 58 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 56 def bank_account_number_tail @bank_account_number_tail end |
#bank_account_ownership_type ⇒ String (readonly)
Returns the value of attribute bank_account_ownership_type.
57 58 59 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 57 def bank_account_ownership_type @bank_account_ownership_type end |
#bank_name ⇒ String? (readonly)
Returns the value of attribute bank_name.
58 59 60 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 58 def bank_name @bank_name end |
#bank_number_format ⇒ String? (readonly)
Returns the value of attribute bank_number_format.
59 60 61 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 59 def bank_number_format @bank_number_format end |
#routing_number ⇒ String? (readonly)
Returns the value of attribute routing_number.
60 61 62 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 60 def routing_number @routing_number end |
Class Method Details
.[](account_country_code:, account_currency:, bank_account_number_tail:, bank_account_ownership_type:, account_holder_name:, account_id:, bank_account_holder_status:, bank_account_number_format:, bank_name:, bank_number_format:, routing_number:) ⇒ Peddler::APIs::SellerWallet20240301::BankAccount .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) ⇒ Peddler::APIs::SellerWallet20240301::BankAccount
43 44 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 43
def self.[]: (account_country_code: String, account_currency: String, bank_account_number_tail: String, bank_account_ownership_type: String, ?account_holder_name: String?, ?account_id: String?, ?bank_account_holder_status: String?, ?bank_account_number_format: String?, ?bank_name: String?, ?bank_number_format: String?, ?routing_number: String?) -> Peddler::APIs::SellerWallet20240301::BankAccount
| (String, String, String, String, String?, String?, String?, String?, String?, String?, String?) -> Peddler::APIs::SellerWallet20240301::BankAccount
|
.members ⇒ [ :account_country_code, :account_currency, :bank_account_number_tail, :bank_account_ownership_type, :account_holder_name, :account_id, :bank_account_holder_status, :bank_account_number_format, :bank_name, :bank_number_format, :routing_number ]
46 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 46
def self.members: () -> [ :account_country_code, :account_currency, :bank_account_number_tail, :bank_account_ownership_type, :account_holder_name, :account_id, :bank_account_holder_status, :bank_account_number_format, :bank_name, :bank_number_format, :routing_number ]
|
.new(account_country_code:, account_currency:, bank_account_number_tail:, bank_account_ownership_type:, account_holder_name:, account_id:, bank_account_holder_status:, bank_account_number_format:, bank_name:, bank_number_format:, routing_number:) ⇒ Peddler::APIs::SellerWallet20240301::BankAccount .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) ⇒ Peddler::APIs::SellerWallet20240301::BankAccount
41 42 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 41
def self.new: (account_country_code: String, account_currency: String, bank_account_number_tail: String, bank_account_ownership_type: String, ?account_holder_name: String?, ?account_id: String?, ?bank_account_holder_status: String?, ?bank_account_number_format: String?, ?bank_name: String?, ?bank_number_format: String?, ?routing_number: String?) -> Peddler::APIs::SellerWallet20240301::BankAccount
| (String, String, String, String, String?, String?, String?, String?, String?, String?, String?) -> Peddler::APIs::SellerWallet20240301::BankAccount
|
.parse ⇒ Peddler::APIs::SellerWallet20240301::BankAccount
48 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 48
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::SellerWallet20240301::BankAccount
|
Instance Method Details
#members ⇒ [ :account_country_code, :account_currency, :bank_account_number_tail, :bank_account_ownership_type, :account_holder_name, :account_id, :bank_account_holder_status, :bank_account_number_format, :bank_name, :bank_number_format, :routing_number ]
62 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 62
def members: () -> [ :account_country_code, :account_currency, :bank_account_number_tail, :bank_account_ownership_type, :account_holder_name, :account_id, :bank_account_holder_status, :bank_account_number_format, :bank_name, :bank_number_format, :routing_number ]
|
#to_h ⇒ { account_country_code: String, account_currency: String, bank_account_number_tail: String, bank_account_ownership_type: String, account_holder_name: String?, account_id: String?, bank_account_holder_status: String?, bank_account_number_format: String?, bank_name: String?, bank_number_format: String?, routing_number: String? }
63 |
# File 'sig/peddler/apis/seller_wallet_2024_03_01.rbs', line 63
def to_h: () -> { account_country_code: String, account_currency: String, bank_account_number_tail: String, bank_account_ownership_type: String, account_holder_name: String?, account_id: String?, bank_account_holder_status: String?, bank_account_number_format: String?, bank_name: String?, bank_number_format: String?, routing_number: String? }
|