Class: CheckoutSdk::Payments::GooglePayDomainRequest
- Inherits:
-
Object
- Object
- CheckoutSdk::Payments::GooglePayDomainRequest
- Defined in:
- lib/checkout_sdk/payments/google_pay/google_pay_domain_request.rb
Overview
Request body for POST /googlepay/enrollments/entity_id/domain.
Instance Attribute Summary collapse
-
#web_domain ⇒ String
Web domain to register for the enrolled entity.
Instance Attribute Details
#web_domain ⇒ String
Returns Web domain to register for the enrolled entity.
9 10 11 |
# File 'lib/checkout_sdk/payments/google_pay/google_pay_domain_request.rb', line 9 class GooglePayDomainRequest attr_accessor :web_domain end |