Class: PaymentRails::Invoice

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

Instance Attribute Summary collapse

Instance Attribute Details

#createdAtObject

Returns the value of attribute createdAt.



3
4
5
# File 'lib/paymentrails/Invoice.rb', line 3

def createdAt
  @createdAt
end

#descriptionObject

Returns the value of attribute description.



3
4
5
# File 'lib/paymentrails/Invoice.rb', line 3

def description
  @description
end

#dueAmountObject

Returns the value of attribute dueAmount.



3
4
5
# File 'lib/paymentrails/Invoice.rb', line 3

def dueAmount
  @dueAmount
end

#dueDateObject

Returns the value of attribute dueDate.



3
4
5
# File 'lib/paymentrails/Invoice.rb', line 3

def dueDate
  @dueDate
end

#externalIdObject

Returns the value of attribute externalId.



3
4
5
# File 'lib/paymentrails/Invoice.rb', line 3

def externalId
  @externalId
end

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/paymentrails/Invoice.rb', line 3

def id
  @id
end

#invoiceDateObject

Returns the value of attribute invoiceDate.



3
4
5
# File 'lib/paymentrails/Invoice.rb', line 3

def invoiceDate
  @invoiceDate
end

#invoiceNumberObject

Returns the value of attribute invoiceNumber.



3
4
5
# File 'lib/paymentrails/Invoice.rb', line 3

def invoiceNumber
  @invoiceNumber
end

#linesObject

Returns the value of attribute lines.



3
4
5
# File 'lib/paymentrails/Invoice.rb', line 3

def lines
  @lines
end

#paidAmountObject

Returns the value of attribute paidAmount.



3
4
5
# File 'lib/paymentrails/Invoice.rb', line 3

def paidAmount
  @paidAmount
end

#recipientIdObject

Returns the value of attribute recipientId.



3
4
5
# File 'lib/paymentrails/Invoice.rb', line 3

def recipientId
  @recipientId
end

#releaseAfterObject

Returns the value of attribute releaseAfter.



3
4
5
# File 'lib/paymentrails/Invoice.rb', line 3

def releaseAfter
  @releaseAfter
end

#statusObject

Returns the value of attribute status.



3
4
5
# File 'lib/paymentrails/Invoice.rb', line 3

def status
  @status
end

#tagsObject

Returns the value of attribute tags.



3
4
5
# File 'lib/paymentrails/Invoice.rb', line 3

def tags
  @tags
end

#totalAmountObject

Returns the value of attribute totalAmount.



3
4
5
# File 'lib/paymentrails/Invoice.rb', line 3

def totalAmount
  @totalAmount
end

#updatedAtObject

Returns the value of attribute updatedAt.



3
4
5
# File 'lib/paymentrails/Invoice.rb', line 3

def updatedAt
  @updatedAt
end