Class: Peddler::APIs::FinancesV0::ValueAddedServiceChargeEvent
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FinancesV0::ValueAddedServiceChargeEvent
- Defined in:
- sig/peddler/apis/finances_v0.rbs
Instance Attribute Summary collapse
-
#description ⇒ String?
readonly
Returns the value of attribute description.
-
#posted_date ⇒ String?
readonly
Returns the value of attribute posted_date.
-
#transaction_amount ⇒ Peddler::Money?
readonly
Returns the value of attribute transaction_amount.
-
#transaction_type ⇒ String?
readonly
Returns the value of attribute transaction_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :description, :posted_date, :transaction_amount, :transaction_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FinancesV0::ValueAddedServiceChargeEvent
Instance Method Summary collapse
-
#members ⇒ [ :description, :posted_date, :transaction_amount, :transaction_type ]
-
#to_h ⇒ { description: String?, posted_date: String?, transaction_amount: Peddler::Money?, transaction_type: String? }
Instance Attribute Details
#description ⇒ String? (readonly)
Returns the value of attribute description.
1213 1214 1215 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1213 def description @description end |
#posted_date ⇒ String? (readonly)
Returns the value of attribute posted_date.
1214 1215 1216 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1214 def posted_date @posted_date end |
#transaction_amount ⇒ Peddler::Money? (readonly)
Returns the value of attribute transaction_amount.
1215 1216 1217 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1215 def transaction_amount @transaction_amount end |
#transaction_type ⇒ String? (readonly)
Returns the value of attribute transaction_type.
1216 1217 1218 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1216 def transaction_type @transaction_type end |
Class Method Details
.[](description:, posted_date:, transaction_amount:, transaction_type:) ⇒ Peddler::APIs::FinancesV0::ValueAddedServiceChargeEvent .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::FinancesV0::ValueAddedServiceChargeEvent
1206 1207 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1206
def self.[]: (?description: String?, ?posted_date: String?, ?transaction_amount: Peddler::Money?, ?transaction_type: String?) -> Peddler::APIs::FinancesV0::ValueAddedServiceChargeEvent
| (String?, String?, Peddler::Money?, String?) -> Peddler::APIs::FinancesV0::ValueAddedServiceChargeEvent
|
.members ⇒ [ :description, :posted_date, :transaction_amount, :transaction_type ]
1209 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1209
def self.members: () -> [ :description, :posted_date, :transaction_amount, :transaction_type ]
|
.new(description:, posted_date:, transaction_amount:, transaction_type:) ⇒ Peddler::APIs::FinancesV0::ValueAddedServiceChargeEvent .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::FinancesV0::ValueAddedServiceChargeEvent
1204 1205 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1204
def self.new: (?description: String?, ?posted_date: String?, ?transaction_amount: Peddler::Money?, ?transaction_type: String?) -> Peddler::APIs::FinancesV0::ValueAddedServiceChargeEvent
| (String?, String?, Peddler::Money?, String?) -> Peddler::APIs::FinancesV0::ValueAddedServiceChargeEvent
|
.parse ⇒ Peddler::APIs::FinancesV0::ValueAddedServiceChargeEvent
1211 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1211
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FinancesV0::ValueAddedServiceChargeEvent
|
Instance Method Details
#members ⇒ [ :description, :posted_date, :transaction_amount, :transaction_type ]
1218 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1218
def members: () -> [ :description, :posted_date, :transaction_amount, :transaction_type ]
|
#to_h ⇒ { description: String?, posted_date: String?, transaction_amount: Peddler::Money?, transaction_type: String? }
1219 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1219
def to_h: () -> { description: String?, posted_date: String?, transaction_amount: Peddler::Money?, transaction_type: String? }
|