Class: CheckoutSdk::Payments::ApplePayEnrollmentRequest
- Inherits:
-
Object
- Object
- CheckoutSdk::Payments::ApplePayEnrollmentRequest
- Defined in:
- lib/checkout_sdk/payments/apple_pay/apple_pay_enrollment_request.rb
Overview
Request body for POST /applepay/enrollments.
Instance Attribute Summary collapse
-
#domain ⇒ String
Domain to enroll with Apple Pay.
Instance Attribute Details
#domain ⇒ String
Returns Domain to enroll with Apple Pay.
9 10 11 |
# File 'lib/checkout_sdk/payments/apple_pay/apple_pay_enrollment_request.rb', line 9 class ApplePayEnrollmentRequest attr_accessor :domain end |