Class: PaymentRails::Recipient

Inherits:
Object
  • Object
show all
Defined in:
lib/paymentrails/Recipient.rb

Instance Attribute Summary collapse

Instance Attribute Details

#accountsObject

Returns the value of attribute accounts.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def accounts
  @accounts
end

#addressObject

Returns the value of attribute address.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def address
  @address
end

#complianceObject

Returns the value of attribute compliance.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def compliance
  @compliance
end

#complianceStatusObject

Returns the value of attribute complianceStatus.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def complianceStatus
  @complianceStatus
end

#createdAtObject

Returns the value of attribute createdAt.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def createdAt
  @createdAt
end

#dobObject

Returns the value of attribute dob.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def dob
  @dob
end

#emailObject

Returns the value of attribute email.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def email
  @email
end

#estimatedFeesObject

Returns the value of attribute estimatedFees.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def estimatedFees
  @estimatedFees
end

#firstNameObject

Returns the value of attribute firstName.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def firstName
  @firstName
end

#governmentIdObject

Returns the value of attribute governmentId.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def governmentId
  @governmentId
end

#gravatarUrlObject

Returns the value of attribute gravatarUrl.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def gravatarUrl
  @gravatarUrl
end

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def id
  @id
end

#inactiveReasonsObject

Returns the value of attribute inactiveReasons.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def inactiveReasons
  @inactiveReasons
end

#isPortalUserObject

Returns the value of attribute isPortalUser.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def isPortalUser
  @isPortalUser
end

#languageObject

Returns the value of attribute language.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def language
  @language
end

#lastNameObject

Returns the value of attribute lastName.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def lastName
  @lastName
end

#merchantIdObject

Returns the value of attribute merchantId.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def merchantId
  @merchantId
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def name
  @name
end

#passportObject

Returns the value of attribute passport.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def passport
  @passport
end

#payoutObject

Returns the value of attribute payout.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def payout
  @payout
end

#payoutMethodObject

Returns the value of attribute payoutMethod.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def payoutMethod
  @payoutMethod
end

#placeOfBirthObject

Returns the value of attribute placeOfBirth.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def placeOfBirth
  @placeOfBirth
end

#primaryCurrencyObject

Returns the value of attribute primaryCurrency.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def primaryCurrency
  @primaryCurrency
end

#referenceIdObject

Returns the value of attribute referenceId.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def referenceId
  @referenceId
end

#riskScoreObject

Returns the value of attribute riskScore.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def riskScore
  @riskScore
end

#routeTypeObject

Returns the value of attribute routeType.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def routeType
  @routeType
end

#ssnObject

Returns the value of attribute ssn.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def ssn
  @ssn
end

#statusObject

Returns the value of attribute status.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def status
  @status
end

#tagsObject

Returns the value of attribute tags.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def tags
  @tags
end

#taxDeliveryTypeObject

Returns the value of attribute taxDeliveryType.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def taxDeliveryType
  @taxDeliveryType
end

#taxFormObject

Returns the value of attribute taxForm.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def taxForm
  @taxForm
end

#taxFormStatusObject

Returns the value of attribute taxFormStatus.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def taxFormStatus
  @taxFormStatus
end

#taxTypeObject

Returns the value of attribute taxType.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def taxType
  @taxType
end

#taxWithholdingPercentageObject

Returns the value of attribute taxWithholdingPercentage.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def taxWithholdingPercentage
  @taxWithholdingPercentage
end

#typeObject

Returns the value of attribute type.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def type
  @type
end

#updatedAtObject

Returns the value of attribute updatedAt.



3
4
5
# File 'lib/paymentrails/Recipient.rb', line 3

def updatedAt
  @updatedAt
end