Class: Trolley::Payment
- Inherits:
-
Object
- Object
- Trolley::Payment
- Defined in:
- lib/trolley/Payment.rb
Instance Attribute Summary collapse
-
#account ⇒ Object
Returns the value of attribute account.
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#batch ⇒ Object
Returns the value of attribute batch.
-
#category ⇒ Object
Returns the value of attribute category.
-
#checkNumber ⇒ Object
Returns the value of attribute checkNumber.
-
#compliance ⇒ Object
Returns the value of attribute compliance.
-
#coverFees ⇒ Object
Returns the value of attribute coverFees.
-
#createdAt ⇒ Object
Returns the value of attribute createdAt.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#equivalentWithholdingAmount ⇒ Object
Returns the value of attribute equivalentWithholdingAmount.
-
#equivalentWithholdingCurrency ⇒ Object
Returns the value of attribute equivalentWithholdingCurrency.
-
#estimatedDeliveryAt ⇒ Object
Returns the value of attribute estimatedDeliveryAt.
-
#exchangeRate ⇒ Object
Returns the value of attribute exchangeRate.
-
#externalId ⇒ Object
Returns the value of attribute externalId.
-
#failureMessage ⇒ Object
Returns the value of attribute failureMessage.
-
#fees ⇒ Object
Returns the value of attribute fees.
-
#forceUsTaxActivity ⇒ Object
Returns the value of attribute forceUsTaxActivity.
-
#fxRate ⇒ Object
Returns the value of attribute fxRate.
-
#id ⇒ Object
Returns the value of attribute id.
-
#initiatedAt ⇒ Object
Returns the value of attribute initiatedAt.
-
#isSupplyPayment ⇒ Object
Returns the value of attribute isSupplyPayment.
-
#memo ⇒ Object
Returns the value of attribute memo.
-
#merchantFees ⇒ Object
Returns the value of attribute merchantFees.
-
#merchantId ⇒ Object
Returns the value of attribute merchantId.
-
#methodDisplay ⇒ Object
Returns the value of attribute methodDisplay.
-
#payoutMethod ⇒ Object
Returns the value of attribute payoutMethod.
-
#processedAt ⇒ Object
Returns the value of attribute processedAt.
-
#recipient ⇒ Object
Returns the value of attribute recipient.
-
#recipientFees ⇒ Object
Returns the value of attribute recipientFees.
-
#returnedAmount ⇒ Object
Returns the value of attribute returnedAmount.
-
#returnedAt ⇒ Object
Returns the value of attribute returnedAt.
-
#returnedNote ⇒ Object
Returns the value of attribute returnedNote.
-
#returnedReason ⇒ Object
Returns the value of attribute returnedReason.
-
#settledAt ⇒ Object
Returns the value of attribute settledAt.
-
#sourceAmount ⇒ Object
Returns the value of attribute sourceAmount.
-
#sourceCurrency ⇒ Object
Returns the value of attribute sourceCurrency.
-
#status ⇒ Object
Returns the value of attribute status.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#targetAmount ⇒ Object
Returns the value of attribute targetAmount.
-
#targetCurrency ⇒ Object
Returns the value of attribute targetCurrency.
-
#taxBasisAmount ⇒ Object
Returns the value of attribute taxBasisAmount.
-
#taxBasisCurrency ⇒ Object
Returns the value of attribute taxBasisCurrency.
-
#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
#account ⇒ Object
Returns the value of attribute account.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def account @account end |
#amount ⇒ Object
Returns the value of attribute amount.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def amount @amount end |
#batch ⇒ Object
Returns the value of attribute batch.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def batch @batch end |
#category ⇒ Object
Returns the value of attribute category.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def category @category end |
#checkNumber ⇒ Object
Returns the value of attribute checkNumber.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def checkNumber @checkNumber end |
#compliance ⇒ Object
Returns the value of attribute compliance.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def compliance @compliance end |
#coverFees ⇒ Object
Returns the value of attribute coverFees.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def coverFees @coverFees end |
#createdAt ⇒ Object
Returns the value of attribute createdAt.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def createdAt @createdAt end |
#currency ⇒ Object
Returns the value of attribute currency.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def currency @currency end |
#equivalentWithholdingAmount ⇒ Object
Returns the value of attribute equivalentWithholdingAmount.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def equivalentWithholdingAmount @equivalentWithholdingAmount end |
#equivalentWithholdingCurrency ⇒ Object
Returns the value of attribute equivalentWithholdingCurrency.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def equivalentWithholdingCurrency @equivalentWithholdingCurrency end |
#estimatedDeliveryAt ⇒ Object
Returns the value of attribute estimatedDeliveryAt.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def estimatedDeliveryAt @estimatedDeliveryAt end |
#exchangeRate ⇒ Object
Returns the value of attribute exchangeRate.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def exchangeRate @exchangeRate end |
#externalId ⇒ Object
Returns the value of attribute externalId.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def externalId @externalId end |
#failureMessage ⇒ Object
Returns the value of attribute failureMessage.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def failureMessage @failureMessage end |
#fees ⇒ Object
Returns the value of attribute fees.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def fees @fees end |
#forceUsTaxActivity ⇒ Object
Returns the value of attribute forceUsTaxActivity.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def forceUsTaxActivity @forceUsTaxActivity end |
#fxRate ⇒ Object
Returns the value of attribute fxRate.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def fxRate @fxRate end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def id @id end |
#initiatedAt ⇒ Object
Returns the value of attribute initiatedAt.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def initiatedAt @initiatedAt end |
#isSupplyPayment ⇒ Object
Returns the value of attribute isSupplyPayment.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def isSupplyPayment @isSupplyPayment end |
#memo ⇒ Object
Returns the value of attribute memo.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def memo @memo end |
#merchantFees ⇒ Object
Returns the value of attribute merchantFees.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def merchantFees @merchantFees end |
#merchantId ⇒ Object
Returns the value of attribute merchantId.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def merchantId @merchantId end |
#methodDisplay ⇒ Object
Returns the value of attribute methodDisplay.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def methodDisplay @methodDisplay end |
#payoutMethod ⇒ Object
Returns the value of attribute payoutMethod.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def payoutMethod @payoutMethod end |
#processedAt ⇒ Object
Returns the value of attribute processedAt.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def processedAt @processedAt end |
#recipient ⇒ Object
Returns the value of attribute recipient.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def recipient @recipient end |
#recipientFees ⇒ Object
Returns the value of attribute recipientFees.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def recipientFees @recipientFees end |
#returnedAmount ⇒ Object
Returns the value of attribute returnedAmount.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def returnedAmount @returnedAmount end |
#returnedAt ⇒ Object
Returns the value of attribute returnedAt.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def returnedAt @returnedAt end |
#returnedNote ⇒ Object
Returns the value of attribute returnedNote.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def returnedNote @returnedNote end |
#returnedReason ⇒ Object
Returns the value of attribute returnedReason.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def returnedReason @returnedReason end |
#settledAt ⇒ Object
Returns the value of attribute settledAt.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def settledAt @settledAt end |
#sourceAmount ⇒ Object
Returns the value of attribute sourceAmount.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def sourceAmount @sourceAmount end |
#sourceCurrency ⇒ Object
Returns the value of attribute sourceCurrency.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def sourceCurrency @sourceCurrency end |
#status ⇒ Object
Returns the value of attribute status.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def status @status end |
#tags ⇒ Object
Returns the value of attribute tags.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def @tags end |
#targetAmount ⇒ Object
Returns the value of attribute targetAmount.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def targetAmount @targetAmount end |
#targetCurrency ⇒ Object
Returns the value of attribute targetCurrency.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def targetCurrency @targetCurrency end |
#taxBasisAmount ⇒ Object
Returns the value of attribute taxBasisAmount.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def taxBasisAmount @taxBasisAmount end |
#taxBasisCurrency ⇒ Object
Returns the value of attribute taxBasisCurrency.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def taxBasisCurrency @taxBasisCurrency end |
#taxReportable ⇒ Object
Returns the value of attribute taxReportable.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def taxReportable @taxReportable end |
#updatedAt ⇒ Object
Returns the value of attribute updatedAt.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def updatedAt @updatedAt end |
#withholdingAmount ⇒ Object
Returns the value of attribute withholdingAmount.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def withholdingAmount @withholdingAmount end |
#withholdingCurrency ⇒ Object
Returns the value of attribute withholdingCurrency.
3 4 5 |
# File 'lib/trolley/Payment.rb', line 3 def withholdingCurrency @withholdingCurrency end |