Class: CheckoutSdk::Payments::GooglePayDomainRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#web_domainString

Returns Web domain to register for the enrolled entity.

Returns:

  • (String)

    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