Class: Paymos::Withdrawal

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)


123
124
125
# File 'sig/paymos.rbs', line 123

def amount
  @amount
end

#cancelled_atInteger? (readonly)

Returns the value of attribute cancelled_at.

Returns:

  • (Integer, nil)


133
134
135
# File 'sig/paymos.rbs', line 133

def cancelled_at
  @cancelled_at
end

#completed_atInteger? (readonly)

Returns the value of attribute completed_at.

Returns:

  • (Integer, nil)


131
132
133
# File 'sig/paymos.rbs', line 131

def completed_at
  @completed_at
end

#created_atInteger (readonly)

Returns the value of attribute created_at.

Returns:

  • (Integer)


130
131
132
# File 'sig/paymos.rbs', line 130

def created_at
  @created_at
end

#currencyString (readonly)

Returns the value of attribute currency.

Returns:

  • (String)


125
126
127
# File 'sig/paymos.rbs', line 125

def currency
  @currency
end

#destination_addressString (readonly)

Returns the value of attribute destination_address.

Returns:

  • (String)


127
128
129
# File 'sig/paymos.rbs', line 127

def destination_address
  @destination_address
end

#explorer_urlString? (readonly)

Returns the value of attribute explorer_url.

Returns:

  • (String, nil)


129
130
131
# File 'sig/paymos.rbs', line 129

def explorer_url
  @explorer_url
end

#external_order_idString (readonly)

Returns the value of attribute external_order_id.

Returns:

  • (String)


119
120
121
# File 'sig/paymos.rbs', line 119

def external_order_id
  @external_order_id
end

#failed_atInteger? (readonly)

Returns the value of attribute failed_at.

Returns:

  • (Integer, nil)


132
133
134
# File 'sig/paymos.rbs', line 132

def failed_at
  @failed_at
end

#feeString? (readonly)

Returns the value of attribute fee.

Returns:

  • (String, nil)


124
125
126
# File 'sig/paymos.rbs', line 124

def fee
  @fee
end

#is_finalBoolean (readonly)

Returns the value of attribute is_final.

Returns:

  • (Boolean)


121
122
123
# File 'sig/paymos.rbs', line 121

def is_final
  @is_final
end

#is_testBoolean (readonly)

Returns the value of attribute is_test.

Returns:

  • (Boolean)


122
123
124
# File 'sig/paymos.rbs', line 122

def is_test
  @is_test
end

#networkString (readonly)

Returns the value of attribute network.

Returns:

  • (String)


126
127
128
# File 'sig/paymos.rbs', line 126

def network
  @network
end

#statusString (readonly)

Returns the value of attribute status.

Returns:

  • (String)


120
121
122
# File 'sig/paymos.rbs', line 120

def status
  @status
end

#tx_hashString? (readonly)

Returns the value of attribute tx_hash.

Returns:

  • (String, nil)


128
129
130
# File 'sig/paymos.rbs', line 128

def tx_hash
  @tx_hash
end

#withdrawal_idString (readonly)

Returns the value of attribute withdrawal_id.

Returns:

  • (String)


118
119
120
# File 'sig/paymos.rbs', line 118

def withdrawal_id
  @withdrawal_id
end