Class: Recipient

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

Instance Attribute Summary collapse

Instance Attribute Details

#accountsObject

Returns the value of attribute accounts.



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

def accounts
  @accounts
end

#addressObject

Returns the value of attribute address.



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

def address
  @address
end

#complianceObject

Returns the value of attribute compliance.



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

def compliance
  @compliance
end

#complianceStatusObject

Returns the value of attribute complianceStatus.



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

def complianceStatus
  @complianceStatus
end

#createdAtObject

Returns the value of attribute createdAt.



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

def createdAt
  @createdAt
end

#dobObject

Returns the value of attribute dob.



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

def dob
  @dob
end

#emailObject

Returns the value of attribute email.



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

def email
  @email
end

#estimatedFeesObject

Returns the value of attribute estimatedFees.



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

def estimatedFees
  @estimatedFees
end

#firstNameObject

Returns the value of attribute firstName.



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

def firstName
  @firstName
end

#governmentIdObject

Returns the value of attribute governmentId.



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

def governmentId
  @governmentId
end

#gravatarUrlObject

Returns the value of attribute gravatarUrl.



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

def gravatarUrl
  @gravatarUrl
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#inactiveReasonsObject

Returns the value of attribute inactiveReasons.



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

def inactiveReasons
  @inactiveReasons
end

#languageObject

Returns the value of attribute language.



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

def language
  @language
end

#lastNameObject

Returns the value of attribute lastName.



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

def lastName
  @lastName
end

#merchantIdObject

Returns the value of attribute merchantId.



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

def merchantId
  @merchantId
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#passportObject

Returns the value of attribute passport.



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

def passport
  @passport
end

#payoutObject

Returns the value of attribute payout.



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

def payout
  @payout
end

#payoutMethodObject

Returns the value of attribute payoutMethod.



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

def payoutMethod
  @payoutMethod
end

#placeOfBirthObject

Returns the value of attribute placeOfBirth.



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

def placeOfBirth
  @placeOfBirth
end

#primaryCurrencyObject

Returns the value of attribute primaryCurrency.



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

def primaryCurrency
  @primaryCurrency
end

#referenceIdObject

Returns the value of attribute referenceId.



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

def referenceId
  @referenceId
end

#routeTypeObject

Returns the value of attribute routeType.



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

def routeType
  @routeType
end

#ssnObject

Returns the value of attribute ssn.



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

def ssn
  @ssn
end

#statusObject

Returns the value of attribute status.



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

def status
  @status
end

#tagsObject

Returns the value of attribute tags.



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

def tags
  @tags
end

#taxDeliveryTypeObject

Returns the value of attribute taxDeliveryType.



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

def taxDeliveryType
  @taxDeliveryType
end

#taxFormObject

Returns the value of attribute taxForm.



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

def taxForm
  @taxForm
end

#taxFormStatusObject

Returns the value of attribute taxFormStatus.



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

def taxFormStatus
  @taxFormStatus
end

#taxTypeObject

Returns the value of attribute taxType.



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

def taxType
  @taxType
end

#taxWithholdingPercentageObject

Returns the value of attribute taxWithholdingPercentage.



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

def taxWithholdingPercentage
  @taxWithholdingPercentage
end

#typeObject

Returns the value of attribute type.



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

def type
  @type
end

#updatedAtObject

Returns the value of attribute updatedAt.



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

def updatedAt
  @updatedAt
end