Class: CheckoutSdk::Payments::PaymentRecipient
- Inherits:
-
Object
- Object
- CheckoutSdk::Payments::PaymentRecipient
- Defined in:
- lib/checkout_sdk/payments/payment_recipient.rb
Instance Attribute Summary collapse
- #account_number ⇒ String
- #address ⇒ CheckoutSdk::Common::Address
- #country ⇒ String
- #dob ⇒ String
- #first_name ⇒ String
- #last_name ⇒ String
-
#zip ⇒ String
deprecated
Deprecated.
Please use #CheckoutSdk#CheckoutSdk::Common#CheckoutSdk::Common::Address#CheckoutSdk::Common::Address.zip instead
Instance Attribute Details
#account_number ⇒ String
20 21 22 23 24 25 26 27 28 |
# File 'lib/checkout_sdk/payments/payment_recipient.rb', line 20 class PaymentRecipient attr_accessor :dob, :account_number, :address, :zip, :first_name, :last_name, :country end |
#address ⇒ CheckoutSdk::Common::Address
20 21 22 23 24 25 26 27 28 |
# File 'lib/checkout_sdk/payments/payment_recipient.rb', line 20 class PaymentRecipient attr_accessor :dob, :account_number, :address, :zip, :first_name, :last_name, :country end |
#country ⇒ String
Returns Common::Country.
20 21 22 23 24 25 26 27 28 |
# File 'lib/checkout_sdk/payments/payment_recipient.rb', line 20 class PaymentRecipient attr_accessor :dob, :account_number, :address, :zip, :first_name, :last_name, :country end |
#dob ⇒ String
20 21 22 23 24 25 26 27 28 |
# File 'lib/checkout_sdk/payments/payment_recipient.rb', line 20 class PaymentRecipient attr_accessor :dob, :account_number, :address, :zip, :first_name, :last_name, :country end |
#first_name ⇒ String
20 21 22 23 24 25 26 27 28 |
# File 'lib/checkout_sdk/payments/payment_recipient.rb', line 20 class PaymentRecipient attr_accessor :dob, :account_number, :address, :zip, :first_name, :last_name, :country end |
#last_name ⇒ String
20 21 22 23 24 25 26 27 28 |
# File 'lib/checkout_sdk/payments/payment_recipient.rb', line 20 class PaymentRecipient attr_accessor :dob, :account_number, :address, :zip, :first_name, :last_name, :country end |
#zip ⇒ String
Deprecated.
Please use CheckoutSdk::Payments::PaymentRecipient#CheckoutSdk#CheckoutSdk::Common#CheckoutSdk::Common::Address#CheckoutSdk::Common::Address.zip instead
20 21 22 23 24 25 26 27 28 |
# File 'lib/checkout_sdk/payments/payment_recipient.rb', line 20 class PaymentRecipient attr_accessor :dob, :account_number, :address, :zip, :first_name, :last_name, :country end |