Class: Stripe::ApplePayDomainCreateParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::ApplePayDomainCreateParams
- Defined in:
- lib/stripe/params/apple_pay_domain_create_params.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) ⇒ ApplePayDomainCreateParams
constructor
A new instance of ApplePayDomainCreateParams.
Methods inherited from RequestParams
Constructor Details
#initialize(domain_name: nil, expand: nil) ⇒ ApplePayDomainCreateParams
Returns a new instance of ApplePayDomainCreateParams.
11 12 13 14 |
# File 'lib/stripe/params/apple_pay_domain_create_params.rb', line 11 def initialize(domain_name: nil, expand: nil) @domain_name = domain_name @expand = end |
Instance Attribute Details
#domain_name ⇒ Object
Attribute for param field domain_name
7 8 9 |
# File 'lib/stripe/params/apple_pay_domain_create_params.rb', line 7 def domain_name @domain_name end |
#expand ⇒ Object
Specifies which fields in the response should be expanded.
9 10 11 |
# File 'lib/stripe/params/apple_pay_domain_create_params.rb', line 9 def @expand end |