Class: Stripe::BalanceTransferCreateParams::DestinationBalance

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/balance_transfer_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(type: nil) ⇒ DestinationBalance

Returns a new instance of DestinationBalance.



10
11
12
# File 'lib/stripe/params/balance_transfer_create_params.rb', line 10

def initialize(type: nil)
  @type = type
end

Instance Attribute Details

#typeObject

Destination balance type to push funds into for the Balance Transfer.



8
9
10
# File 'lib/stripe/params/balance_transfer_create_params.rb', line 8

def type
  @type
end