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

#to_h

Constructor Details

#initialize(setting: nil) ⇒ RecipientNotification

Returns a new instance of RecipientNotification.



66
67
68
# File 'lib/stripe/params/v2/money_management/outbound_payment_create_params.rb', line 66

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.



64
65
66
# File 'lib/stripe/params/v2/money_management/outbound_payment_create_params.rb', line 64

def setting
  @setting
end