Class: Trolley::Recipient
- Inherits:
-
Object
- Object
- Trolley::Recipient
- Defined in:
- lib/trolley/Recipient.rb
Instance Attribute Summary collapse
-
#accounts ⇒ Object
Returns the value of attribute accounts.
-
#address ⇒ Object
Returns the value of attribute address.
-
#compliance ⇒ Object
Returns the value of attribute compliance.
-
#complianceStatus ⇒ Object
Returns the value of attribute complianceStatus.
-
#contactEmails ⇒ Object
Returns the value of attribute contactEmails.
-
#createdAt ⇒ Object
Returns the value of attribute createdAt.
-
#dob ⇒ Object
Returns the value of attribute dob.
-
#email ⇒ Object
Returns the value of attribute email.
-
#estimatedFees ⇒ Object
Returns the value of attribute estimatedFees.
-
#firstName ⇒ Object
Returns the value of attribute firstName.
-
#governmentId ⇒ Object
Returns the value of attribute governmentId.
-
#gravatarUrl ⇒ Object
Returns the value of attribute gravatarUrl.
-
#id ⇒ Object
Returns the value of attribute id.
-
#inactiveReasons ⇒ Object
Returns the value of attribute inactiveReasons.
-
#isPortalUser ⇒ Object
Returns the value of attribute isPortalUser.
-
#language ⇒ Object
Returns the value of attribute language.
-
#lastName ⇒ Object
Returns the value of attribute lastName.
-
#merchantId ⇒ Object
Returns the value of attribute merchantId.
-
#name ⇒ Object
Returns the value of attribute name.
-
#passport ⇒ Object
Returns the value of attribute passport.
-
#payout ⇒ Object
Returns the value of attribute payout.
-
#payoutMethod ⇒ Object
Returns the value of attribute payoutMethod.
-
#placeOfBirth ⇒ Object
Returns the value of attribute placeOfBirth.
-
#primaryCurrency ⇒ Object
Returns the value of attribute primaryCurrency.
-
#referenceId ⇒ Object
Returns the value of attribute referenceId.
-
#riskScore ⇒ Object
Returns the value of attribute riskScore.
-
#routeMinimum ⇒ Object
Returns the value of attribute routeMinimum.
-
#routeType ⇒ Object
Returns the value of attribute routeType.
-
#ssn ⇒ Object
Returns the value of attribute ssn.
-
#status ⇒ Object
Returns the value of attribute status.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#taxDeliveryType ⇒ Object
Returns the value of attribute taxDeliveryType.
-
#taxForm ⇒ Object
Returns the value of attribute taxForm.
-
#taxFormStatus ⇒ Object
Returns the value of attribute taxFormStatus.
-
#taxType ⇒ Object
Returns the value of attribute taxType.
-
#taxWithholdingPercentage ⇒ Object
Returns the value of attribute taxWithholdingPercentage.
-
#type ⇒ Object
Returns the value of attribute type.
-
#updatedAt ⇒ Object
Returns the value of attribute updatedAt.
Instance Attribute Details
#accounts ⇒ Object
Returns the value of attribute accounts.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def accounts @accounts end |
#address ⇒ Object
Returns the value of attribute address.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def address @address end |
#compliance ⇒ Object
Returns the value of attribute compliance.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def compliance @compliance end |
#complianceStatus ⇒ Object
Returns the value of attribute complianceStatus.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def complianceStatus @complianceStatus end |
#contactEmails ⇒ Object
Returns the value of attribute contactEmails.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def contactEmails @contactEmails end |
#createdAt ⇒ Object
Returns the value of attribute createdAt.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def createdAt @createdAt end |
#dob ⇒ Object
Returns the value of attribute dob.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def dob @dob end |
#email ⇒ Object
Returns the value of attribute email.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def email @email end |
#estimatedFees ⇒ Object
Returns the value of attribute estimatedFees.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def estimatedFees @estimatedFees end |
#firstName ⇒ Object
Returns the value of attribute firstName.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def firstName @firstName end |
#governmentId ⇒ Object
Returns the value of attribute governmentId.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def governmentId @governmentId end |
#gravatarUrl ⇒ Object
Returns the value of attribute gravatarUrl.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def gravatarUrl @gravatarUrl end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def id @id end |
#inactiveReasons ⇒ Object
Returns the value of attribute inactiveReasons.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def inactiveReasons @inactiveReasons end |
#isPortalUser ⇒ Object
Returns the value of attribute isPortalUser.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def isPortalUser @isPortalUser end |
#language ⇒ Object
Returns the value of attribute language.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def language @language end |
#lastName ⇒ Object
Returns the value of attribute lastName.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def lastName @lastName end |
#merchantId ⇒ Object
Returns the value of attribute merchantId.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def merchantId @merchantId end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def name @name end |
#passport ⇒ Object
Returns the value of attribute passport.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def passport @passport end |
#payout ⇒ Object
Returns the value of attribute payout.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def payout @payout end |
#payoutMethod ⇒ Object
Returns the value of attribute payoutMethod.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def payoutMethod @payoutMethod end |
#placeOfBirth ⇒ Object
Returns the value of attribute placeOfBirth.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def placeOfBirth @placeOfBirth end |
#primaryCurrency ⇒ Object
Returns the value of attribute primaryCurrency.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def primaryCurrency @primaryCurrency end |
#referenceId ⇒ Object
Returns the value of attribute referenceId.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def referenceId @referenceId end |
#riskScore ⇒ Object
Returns the value of attribute riskScore.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def riskScore @riskScore end |
#routeMinimum ⇒ Object
Returns the value of attribute routeMinimum.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def routeMinimum @routeMinimum end |
#routeType ⇒ Object
Returns the value of attribute routeType.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def routeType @routeType end |
#ssn ⇒ Object
Returns the value of attribute ssn.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def ssn @ssn end |
#status ⇒ Object
Returns the value of attribute status.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def status @status end |
#tags ⇒ Object
Returns the value of attribute tags.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def @tags end |
#taxDeliveryType ⇒ Object
Returns the value of attribute taxDeliveryType.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def taxDeliveryType @taxDeliveryType end |
#taxForm ⇒ Object
Returns the value of attribute taxForm.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def taxForm @taxForm end |
#taxFormStatus ⇒ Object
Returns the value of attribute taxFormStatus.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def taxFormStatus @taxFormStatus end |
#taxType ⇒ Object
Returns the value of attribute taxType.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def taxType @taxType end |
#taxWithholdingPercentage ⇒ Object
Returns the value of attribute taxWithholdingPercentage.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def taxWithholdingPercentage @taxWithholdingPercentage end |
#type ⇒ Object
Returns the value of attribute type.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def type @type end |
#updatedAt ⇒ Object
Returns the value of attribute updatedAt.
3 4 5 |
# File 'lib/trolley/Recipient.rb', line 3 def updatedAt @updatedAt end |