Class: Stripe::V2::MoneyManagement::OutboundPaymentCreateParams::RecipientNotification

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

Returns a new instance of RecipientNotification.



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

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

Instance Attribute Details

#settingObject

Closed Enum. Configuration option to enable or disable notifications to recipients. Do not send notifications when setting is NONE. Default to account setting when setting is CONFIGURED or not set.



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

def setting
  @setting
end