Class: Trolley::InvoicePayment

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

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



3
4
5
# File 'lib/trolley/InvoicePayment.rb', line 3

def amount
  @amount
end

#batchIdObject

Returns the value of attribute batchId.



3
4
5
# File 'lib/trolley/InvoicePayment.rb', line 3

def batchId
  @batchId
end

#coverFeesObject

Returns the value of attribute coverFees.



3
4
5
# File 'lib/trolley/InvoicePayment.rb', line 3

def coverFees
  @coverFees
end

#externalIdObject

Returns the value of attribute externalId.



3
4
5
# File 'lib/trolley/InvoicePayment.rb', line 3

def externalId
  @externalId
end

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/trolley/InvoicePayment.rb', line 3

def id
  @id
end

#invoiceIdObject

Returns the value of attribute invoiceId.



3
4
5
# File 'lib/trolley/InvoicePayment.rb', line 3

def invoiceId
  @invoiceId
end

#invoiceLineIdObject

Returns the value of attribute invoiceLineId.



3
4
5
# File 'lib/trolley/InvoicePayment.rb', line 3

def invoiceLineId
  @invoiceLineId
end

#invoicePaymentsObject

Returns the value of attribute invoicePayments.



3
4
5
# File 'lib/trolley/InvoicePayment.rb', line 3

def invoicePayments
  @invoicePayments
end

#memoObject

Returns the value of attribute memo.



3
4
5
# File 'lib/trolley/InvoicePayment.rb', line 3

def memo
  @memo
end

#paymentIdObject

Returns the value of attribute paymentId.



3
4
5
# File 'lib/trolley/InvoicePayment.rb', line 3

def paymentId
  @paymentId
end

#statusObject

Returns the value of attribute status.



3
4
5
# File 'lib/trolley/InvoicePayment.rb', line 3

def status
  @status
end

#tagsObject

Returns the value of attribute tags.



3
4
5
# File 'lib/trolley/InvoicePayment.rb', line 3

def tags
  @tags
end