Class: Paymos::InvoiceListItem

Inherits:
Model
  • Object
show all
Defined in:
lib/paymos/models.rb,
sig/paymos.rbs

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

#[], deep_freeze, fields, from, #initialize, #to_h

Constructor Details

This class inherits a constructor from Paymos::Model

Instance Attribute Details

#amountString (readonly)

Returns the value of attribute amount.

Returns:

  • (String)


109
110
111
# File 'sig/paymos.rbs', line 109

def amount
  @amount
end

#client_idString? (readonly)

Returns the value of attribute client_id.

Returns:

  • (String, nil)


105
106
107
# File 'sig/paymos.rbs', line 105

def client_id
  @client_id
end

#completed_atInteger? (readonly)

Returns the value of attribute completed_at.

Returns:

  • (Integer, nil)


114
115
116
# File 'sig/paymos.rbs', line 114

def completed_at
  @completed_at
end

#created_atInteger (readonly)

Returns the value of attribute created_at.

Returns:

  • (Integer)


112
113
114
# File 'sig/paymos.rbs', line 112

def created_at
  @created_at
end

#currencyString (readonly)

Returns the value of attribute currency.

Returns:

  • (String)


110
111
112
# File 'sig/paymos.rbs', line 110

def currency
  @currency
end

#expires_atInteger? (readonly)

Returns the value of attribute expires_at.

Returns:

  • (Integer, nil)


113
114
115
# File 'sig/paymos.rbs', line 113

def expires_at
  @expires_at
end

#external_order_idString (readonly)

Returns the value of attribute external_order_id.

Returns:

  • (String)


104
105
106
# File 'sig/paymos.rbs', line 104

def external_order_id
  @external_order_id
end

#invoice_idString (readonly)

Returns the value of attribute invoice_id.

Returns:

  • (String)


102
103
104
# File 'sig/paymos.rbs', line 102

def invoice_id
  @invoice_id
end

#is_finalBoolean (readonly)

Returns the value of attribute is_final.

Returns:

  • (Boolean)


107
108
109
# File 'sig/paymos.rbs', line 107

def is_final
  @is_final
end

#is_testBoolean (readonly)

Returns the value of attribute is_test.

Returns:

  • (Boolean)


108
109
110
# File 'sig/paymos.rbs', line 108

def is_test
  @is_test
end

#networkString? (readonly)

Returns the value of attribute network.

Returns:

  • (String, nil)


111
112
113
# File 'sig/paymos.rbs', line 111

def network
  @network
end

#project_idString (readonly)

Returns the value of attribute project_id.

Returns:

  • (String)


103
104
105
# File 'sig/paymos.rbs', line 103

def project_id
  @project_id
end

#statusString (readonly)

Returns the value of attribute status.

Returns:

  • (String)


106
107
108
# File 'sig/paymos.rbs', line 106

def status
  @status
end