Class: Trolley::OfflinePayment
- Inherits:
-
Object
- Object
- Trolley::OfflinePayment
- Defined in:
- lib/trolley/OfflinePayment.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#category ⇒ Object
Returns the value of attribute category.
-
#createdAt ⇒ Object
Returns the value of attribute createdAt.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#deletedAt ⇒ Object
Returns the value of attribute deletedAt.
-
#equivalentWithholdingAmount ⇒ Object
Returns the value of attribute equivalentWithholdingAmount.
-
#equivalentWithholdingCurrency ⇒ Object
Returns the value of attribute equivalentWithholdingCurrency.
-
#externalId ⇒ Object
Returns the value of attribute externalId.
-
#id ⇒ Object
Returns the value of attribute id.
-
#memo ⇒ Object
Returns the value of attribute memo.
-
#processedAt ⇒ Object
Returns the value of attribute processedAt.
-
#recipientId ⇒ Object
Returns the value of attribute recipientId.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#taxReportable ⇒ Object
Returns the value of attribute taxReportable.
-
#updatedAt ⇒ Object
Returns the value of attribute updatedAt.
-
#withholdingAmount ⇒ Object
Returns the value of attribute withholdingAmount.
-
#withholdingCurrency ⇒ Object
Returns the value of attribute withholdingCurrency.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
3 4 5 |
# File 'lib/trolley/OfflinePayment.rb', line 3 def amount @amount end |
#category ⇒ Object
Returns the value of attribute category.
3 4 5 |
# File 'lib/trolley/OfflinePayment.rb', line 3 def category @category end |
#createdAt ⇒ Object
Returns the value of attribute createdAt.
3 4 5 |
# File 'lib/trolley/OfflinePayment.rb', line 3 def createdAt @createdAt end |
#currency ⇒ Object
Returns the value of attribute currency.
3 4 5 |
# File 'lib/trolley/OfflinePayment.rb', line 3 def currency @currency end |
#deletedAt ⇒ Object
Returns the value of attribute deletedAt.
3 4 5 |
# File 'lib/trolley/OfflinePayment.rb', line 3 def deletedAt @deletedAt end |
#equivalentWithholdingAmount ⇒ Object
Returns the value of attribute equivalentWithholdingAmount.
3 4 5 |
# File 'lib/trolley/OfflinePayment.rb', line 3 def equivalentWithholdingAmount @equivalentWithholdingAmount end |
#equivalentWithholdingCurrency ⇒ Object
Returns the value of attribute equivalentWithholdingCurrency.
3 4 5 |
# File 'lib/trolley/OfflinePayment.rb', line 3 def equivalentWithholdingCurrency @equivalentWithholdingCurrency end |
#externalId ⇒ Object
Returns the value of attribute externalId.
3 4 5 |
# File 'lib/trolley/OfflinePayment.rb', line 3 def externalId @externalId end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/trolley/OfflinePayment.rb', line 3 def id @id end |
#memo ⇒ Object
Returns the value of attribute memo.
3 4 5 |
# File 'lib/trolley/OfflinePayment.rb', line 3 def memo @memo end |
#processedAt ⇒ Object
Returns the value of attribute processedAt.
3 4 5 |
# File 'lib/trolley/OfflinePayment.rb', line 3 def processedAt @processedAt end |
#recipientId ⇒ Object
Returns the value of attribute recipientId.
3 4 5 |
# File 'lib/trolley/OfflinePayment.rb', line 3 def recipientId @recipientId end |
#tags ⇒ Object
Returns the value of attribute tags.
3 4 5 |
# File 'lib/trolley/OfflinePayment.rb', line 3 def @tags end |
#taxReportable ⇒ Object
Returns the value of attribute taxReportable.
3 4 5 |
# File 'lib/trolley/OfflinePayment.rb', line 3 def taxReportable @taxReportable end |
#updatedAt ⇒ Object
Returns the value of attribute updatedAt.
3 4 5 |
# File 'lib/trolley/OfflinePayment.rb', line 3 def updatedAt @updatedAt end |
#withholdingAmount ⇒ Object
Returns the value of attribute withholdingAmount.
3 4 5 |
# File 'lib/trolley/OfflinePayment.rb', line 3 def withholdingAmount @withholdingAmount end |
#withholdingCurrency ⇒ Object
Returns the value of attribute withholdingCurrency.
3 4 5 |
# File 'lib/trolley/OfflinePayment.rb', line 3 def withholdingCurrency @withholdingCurrency end |