Class: Stripe::V2::MoneyManagement::PayoutIntentCreateParams::ScheduleOptions

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/v2/money_management/payout_intent_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(execute_on: nil) ⇒ ScheduleOptions

Returns a new instance of ScheduleOptions.



34
35
36
# File 'lib/stripe/params/v2/money_management/payout_intent_create_params.rb', line 34

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

Instance Attribute Details

#execute_onObject

The date when the payout should be executed, in YYYY-MM-DD format.



32
33
34
# File 'lib/stripe/params/v2/money_management/payout_intent_create_params.rb', line 32

def execute_on
  @execute_on
end