Class: Stripe::V2::MoneyManagement::DebitDisputeCreateParams::BankTransfer
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::MoneyManagement::DebitDisputeCreateParams::BankTransfer
- Defined in:
- lib/stripe/params/v2/money_management/debit_dispute_create_params.rb
Instance Attribute Summary collapse
-
#reason ⇒ Object
The reason for the dispute.
Instance Method Summary collapse
-
#initialize(reason: nil) ⇒ BankTransfer
constructor
A new instance of BankTransfer.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(reason: nil) ⇒ BankTransfer
Returns a new instance of BankTransfer.
12 13 14 |
# File 'lib/stripe/params/v2/money_management/debit_dispute_create_params.rb', line 12 def initialize(reason: nil) @reason = reason end |
Instance Attribute Details
#reason ⇒ Object
The reason for the dispute.
10 11 12 |
# File 'lib/stripe/params/v2/money_management/debit_dispute_create_params.rb', line 10 def reason @reason end |