Class: Stripe::ApplePayDomain::CreateParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::ApplePayDomain::CreateParams
- Defined in:
- lib/stripe/resources/apple_pay_domain.rb
Instance Attribute Summary collapse
-
#domain_name ⇒ Object
Attribute for param field domain_name.
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
Instance Method Summary collapse
-
#initialize(domain_name: nil, expand: nil) ⇒ CreateParams
constructor
A new instance of CreateParams.
Methods inherited from RequestParams
Constructor Details
#initialize(domain_name: nil, expand: nil) ⇒ CreateParams
Returns a new instance of CreateParams.
52 53 54 55 |
# File 'lib/stripe/resources/apple_pay_domain.rb', line 52 def initialize(domain_name: nil, expand: nil) @domain_name = domain_name = end |
Instance Attribute Details
#domain_name ⇒ Object
Attribute for param field domain_name
48 49 50 |
# File 'lib/stripe/resources/apple_pay_domain.rb', line 48 def domain_name @domain_name end |
#expand ⇒ Object
Specifies which fields in the response should be expanded.
50 51 52 |
# File 'lib/stripe/resources/apple_pay_domain.rb', line 50 def end |