Class: Yoomoney::Models::Payment::PaymentMethod::PaymentMethodB2bSberbank::PayerBankDetails
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(payer_bank_details: nil, payment_purpose: nil, vat_data: nil) ⇒ Object
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
|
# File 'lib/yoomoney/models/payment.rb', line 445
class PayerBankDetails < Yoomoney::Internal::Type::BaseModel
required :account, String
required :address, String
required :bank_bik, String
required :bank_branch, String
required :bank_name, String
required :full_name, String
required :inn, String
required :short_name, String
optional :kpp, String
end
|
Instance Attribute Details
#account ⇒ String
449
|
# File 'lib/yoomoney/models/payment.rb', line 449
required :account, String
|
#address ⇒ String
454
|
# File 'lib/yoomoney/models/payment.rb', line 454
required :address, String
|
#bank_bik ⇒ String
459
|
# File 'lib/yoomoney/models/payment.rb', line 459
required :bank_bik, String
|
#bank_branch ⇒ String
464
|
# File 'lib/yoomoney/models/payment.rb', line 464
required :bank_branch, String
|
#bank_name ⇒ String
469
|
# File 'lib/yoomoney/models/payment.rb', line 469
required :bank_name, String
|
#full_name ⇒ String
474
|
# File 'lib/yoomoney/models/payment.rb', line 474
required :full_name, String
|
#inn ⇒ String
479
|
# File 'lib/yoomoney/models/payment.rb', line 479
required :inn, String
|
#kpp ⇒ String?
489
|
# File 'lib/yoomoney/models/payment.rb', line 489
optional :kpp, String
|
#short_name ⇒ String
484
|
# File 'lib/yoomoney/models/payment.rb', line 484
required :short_name, String
|