Class: Stripe::V2::MoneyManagement::DebitDisputeCreateParams::BankTransfer

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/v2/money_management/debit_dispute_create_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#reasonObject

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