Class: CheckoutSdk::Payments::Payer
- Inherits:
-
Object
- Object
- CheckoutSdk::Payments::Payer
- Defined in:
- lib/checkout_sdk/payments/payer.rb
Instance Attribute Summary collapse
Instance Attribute Details
#document ⇒ String
11 12 13 14 15 |
# File 'lib/checkout_sdk/payments/payer.rb', line 11 class Payer attr_accessor :name, :email, :document end |
#email ⇒ String
11 12 13 14 15 |
# File 'lib/checkout_sdk/payments/payer.rb', line 11 class Payer attr_accessor :name, :email, :document end |
#name ⇒ String
11 12 13 14 15 |
# File 'lib/checkout_sdk/payments/payer.rb', line 11 class Payer attr_accessor :name, :email, :document end |