Class: Stripe::PaymentLink::UpdateParams::PhoneNumberCollection

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/payment_link.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(enabled: nil) ⇒ PhoneNumberCollection

Returns a new instance of PhoneNumberCollection.



1442
1443
1444
# File 'lib/stripe/resources/payment_link.rb', line 1442

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

Instance Attribute Details

#enabledObject

Set to ‘true` to enable phone number collection.



1440
1441
1442
# File 'lib/stripe/resources/payment_link.rb', line 1440

def enabled
  @enabled
end