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

#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

#paymentIdObject

Returns the value of attribute paymentId.



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

def paymentId
  @paymentId
end