Class: Payment

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

Instance Attribute Summary collapse

Instance Attribute Details

#batchObject

Returns the value of attribute batch.



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

def batch
  @batch
end

#complianceObject

Returns the value of attribute compliance.



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

def compliance
  @compliance
end

#createdAtObject

Returns the value of attribute createdAt.



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

def createdAt
  @createdAt
end

#equivalentWithholdingAmountObject

Returns the value of attribute equivalentWithholdingAmount.



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

def equivalentWithholdingAmount
  @equivalentWithholdingAmount
end

#equivalentWithholdingCurrencyObject

Returns the value of attribute equivalentWithholdingCurrency.



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

def equivalentWithholdingCurrency
  @equivalentWithholdingCurrency
end

#exchangeRateObject

Returns the value of attribute exchangeRate.



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

def exchangeRate
  @exchangeRate
end

#externalIdObject

Returns the value of attribute externalId.



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

def externalId
  @externalId
end

#feesObject

Returns the value of attribute fees.



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

def fees
  @fees
end

#fxRateObject

Returns the value of attribute fxRate.



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

def fxRate
  @fxRate
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#isSupplyPaymentObject

Returns the value of attribute isSupplyPayment.



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

def isSupplyPayment
  @isSupplyPayment
end

#memoObject

Returns the value of attribute memo.



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

def memo
  @memo
end

#merchantFeesObject

Returns the value of attribute merchantFees.



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

def merchantFees
  @merchantFees
end

#methodDisplayObject

Returns the value of attribute methodDisplay.



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

def methodDisplay
  @methodDisplay
end

#payoutMethodObject

Returns the value of attribute payoutMethod.



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

def payoutMethod
  @payoutMethod
end

#processedAtObject

Returns the value of attribute processedAt.



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

def processedAt
  @processedAt
end

#recipientObject

Returns the value of attribute recipient.



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

def recipient
  @recipient
end

#recipientFeesObject

Returns the value of attribute recipientFees.



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

def recipientFees
  @recipientFees
end

#returnedAmountObject

Returns the value of attribute returnedAmount.



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

def returnedAmount
  @returnedAmount
end

#sourceAmountObject

Returns the value of attribute sourceAmount.



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

def sourceAmount
  @sourceAmount
end

#sourceCurrencyObject

Returns the value of attribute sourceCurrency.



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

def sourceCurrency
  @sourceCurrency
end

#statusObject

Returns the value of attribute status.



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

def status
  @status
end

#targetAmountObject

Returns the value of attribute targetAmount.



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

def targetAmount
  @targetAmount
end

#targetCurrencyObject

Returns the value of attribute targetCurrency.



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

def targetCurrency
  @targetCurrency
end

#updatedAtObject

Returns the value of attribute updatedAt.



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

def updatedAt
  @updatedAt
end

#withholdingAmountObject

Returns the value of attribute withholdingAmount.



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

def withholdingAmount
  @withholdingAmount
end

#withholdingCurrencyObject

Returns the value of attribute withholdingCurrency.



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

def withholdingCurrency
  @withholdingCurrency
end