Class: Stripe::V2::Billing::CollectionSettingService::CreateParams::PaymentMethodOptions::AcssDebit

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/v2/billing/collection_setting_service.rb

Defined Under Namespace

Classes: MandateOptions

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(mandate_options: nil, verification_method: nil) ⇒ AcssDebit

Returns a new instance of AcssDebit.



64
65
66
67
# File 'lib/stripe/services/v2/billing/collection_setting_service.rb', line 64

def initialize(mandate_options: nil, verification_method: nil)
  @mandate_options = mandate_options
  @verification_method = verification_method
end

Instance Attribute Details

#mandate_optionsObject

Additional fields for Mandate creation.



60
61
62
# File 'lib/stripe/services/v2/billing/collection_setting_service.rb', line 60

def mandate_options
  @mandate_options
end

#verification_methodObject

Verification method.



62
63
64
# File 'lib/stripe/services/v2/billing/collection_setting_service.rb', line 62

def verification_method
  @verification_method
end