Class: CheckoutSdk::Payments::PaymentRecipient

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/payments/payment_recipient.rb

Instance Attribute Summary collapse

Instance Attribute Details

#account_numberString

Returns:

  • (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

#addressCheckoutSdk::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

#countryString

Returns Common::Country.

Returns:



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

#dobString

Returns:

  • (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_nameString

Returns:

  • (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_nameString

Returns:

  • (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

#zipString

Deprecated.

Please use CheckoutSdk::Payments::PaymentRecipient#CheckoutSdk#CheckoutSdk::Common#CheckoutSdk::Common::Address#CheckoutSdk::Common::Address.zip instead

Returns:

  • (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