Class: CheckoutSdk::Payments::GooglePayEnrollmentRequest
- Inherits:
-
Object
- Object
- CheckoutSdk::Payments::GooglePayEnrollmentRequest
- Defined in:
- lib/checkout_sdk/payments/google_pay/google_pay_enrollment_request.rb
Overview
Request body for POST /googlepay/enrollments.
Instance Attribute Summary collapse
- #accept_terms_of_service ⇒ Boolean
- #email_address ⇒ String
-
#entity_id ⇒ String
Entity to enroll.
Instance Attribute Details
#accept_terms_of_service ⇒ Boolean
13 14 15 |
# File 'lib/checkout_sdk/payments/google_pay/google_pay_enrollment_request.rb', line 13 class GooglePayEnrollmentRequest attr_accessor :entity_id, :email_address, :accept_terms_of_service end |
#email_address ⇒ String
13 14 15 |
# File 'lib/checkout_sdk/payments/google_pay/google_pay_enrollment_request.rb', line 13 class GooglePayEnrollmentRequest attr_accessor :entity_id, :email_address, :accept_terms_of_service end |
#entity_id ⇒ String
Returns Entity to enroll.
13 14 15 |
# File 'lib/checkout_sdk/payments/google_pay/google_pay_enrollment_request.rb', line 13 class GooglePayEnrollmentRequest attr_accessor :entity_id, :email_address, :accept_terms_of_service end |