Class: Stripe::V2::MoneyManagement::OutboundPaymentCreateParams::RecipientNotification
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::MoneyManagement::OutboundPaymentCreateParams::RecipientNotification
- Defined in:
- lib/stripe/params/v2/money_management/outbound_payment_create_params.rb
Instance Attribute Summary collapse
-
#setting ⇒ Object
Closed Enum.
Instance Method Summary collapse
-
#initialize(setting: nil) ⇒ RecipientNotification
constructor
A new instance of RecipientNotification.
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
#setting ⇒ Object
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 |