Class: PaymentRails::OfflinePayment

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

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



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

def amount
  @amount
end

#categoryObject

Returns the value of attribute category.



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

def category
  @category
end

#createdAtObject

Returns the value of attribute createdAt.



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

def createdAt
  @createdAt
end

#currencyObject

Returns the value of attribute currency.



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

def currency
  @currency
end

#deletedAtObject

Returns the value of attribute deletedAt.



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

def deletedAt
  @deletedAt
end

#equivalentWithholdingAmountObject

Returns the value of attribute equivalentWithholdingAmount.



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

def equivalentWithholdingAmount
  @equivalentWithholdingAmount
end

#equivalentWithholdingCurrencyObject

Returns the value of attribute equivalentWithholdingCurrency.



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

def equivalentWithholdingCurrency
  @equivalentWithholdingCurrency
end

#externalIdObject

Returns the value of attribute externalId.



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

def externalId
  @externalId
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#memoObject

Returns the value of attribute memo.



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

def memo
  @memo
end

#processedAtObject

Returns the value of attribute processedAt.



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

def processedAt
  @processedAt
end

#recipientIdObject

Returns the value of attribute recipientId.



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

def recipientId
  @recipientId
end

#tagsObject

Returns the value of attribute tags.



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

def tags
  @tags
end

#taxReportableObject

Returns the value of attribute taxReportable.



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

def taxReportable
  @taxReportable
end

#updatedAtObject

Returns the value of attribute updatedAt.



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

def updatedAt
  @updatedAt
end

#withholdingAmountObject

Returns the value of attribute withholdingAmount.



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

def withholdingAmount
  @withholdingAmount
end

#withholdingCurrencyObject

Returns the value of attribute withholdingCurrency.



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

def withholdingCurrency
  @withholdingCurrency
end