Class: Peddler::APIs::FinancesV0::AdjustmentEvent
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FinancesV0::AdjustmentEvent
- Defined in:
- sig/peddler/apis/finances_v0.rbs
Instance Attribute Summary collapse
-
#adjustment_amount ⇒ Peddler::Money?
readonly
Returns the value of attribute adjustment_amount.
-
#adjustment_item_list ⇒ Array[Peddler::APIs::FinancesV0::AdjustmentItem]?
readonly
Returns the value of attribute adjustment_item_list.
-
#adjustment_type ⇒ String?
readonly
Returns the value of attribute adjustment_type.
-
#posted_date ⇒ String?
readonly
Returns the value of attribute posted_date.
-
#store_name ⇒ String?
readonly
Returns the value of attribute store_name.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :adjustment_amount, :adjustment_item_list, :adjustment_type, :posted_date, :store_name ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FinancesV0::AdjustmentEvent
Instance Method Summary collapse
-
#members ⇒ [ :adjustment_amount, :adjustment_item_list, :adjustment_type, :posted_date, :store_name ]
-
#to_h ⇒ { adjustment_amount: Peddler::Money?, adjustment_item_list: Array[Peddler::APIs::FinancesV0::AdjustmentItem]?, adjustment_type: String?, posted_date: String?, store_name: String? }
Instance Attribute Details
#adjustment_amount ⇒ Peddler::Money? (readonly)
Returns the value of attribute adjustment_amount.
37 38 39 |
# File 'sig/peddler/apis/finances_v0.rbs', line 37 def adjustment_amount @adjustment_amount end |
#adjustment_item_list ⇒ Array[Peddler::APIs::FinancesV0::AdjustmentItem]? (readonly)
Returns the value of attribute adjustment_item_list.
38 39 40 |
# File 'sig/peddler/apis/finances_v0.rbs', line 38 def adjustment_item_list @adjustment_item_list end |
#adjustment_type ⇒ String? (readonly)
Returns the value of attribute adjustment_type.
39 40 41 |
# File 'sig/peddler/apis/finances_v0.rbs', line 39 def adjustment_type @adjustment_type end |
#posted_date ⇒ String? (readonly)
Returns the value of attribute posted_date.
40 41 42 |
# File 'sig/peddler/apis/finances_v0.rbs', line 40 def posted_date @posted_date end |
#store_name ⇒ String? (readonly)
Returns the value of attribute store_name.
41 42 43 |
# File 'sig/peddler/apis/finances_v0.rbs', line 41 def store_name @store_name end |
Class Method Details
.[](adjustment_amount:, adjustment_item_list:, adjustment_type:, posted_date:, store_name:) ⇒ Peddler::APIs::FinancesV0::AdjustmentEvent .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::FinancesV0::AdjustmentEvent
30 31 |
# File 'sig/peddler/apis/finances_v0.rbs', line 30
def self.[]: (?adjustment_amount: Peddler::Money?, ?adjustment_item_list: Array[Peddler::APIs::FinancesV0::AdjustmentItem]?, ?adjustment_type: String?, ?posted_date: String?, ?store_name: String?) -> Peddler::APIs::FinancesV0::AdjustmentEvent
| (Peddler::Money?, Array[Peddler::APIs::FinancesV0::AdjustmentItem]?, String?, String?, String?) -> Peddler::APIs::FinancesV0::AdjustmentEvent
|
.members ⇒ [ :adjustment_amount, :adjustment_item_list, :adjustment_type, :posted_date, :store_name ]
33 |
# File 'sig/peddler/apis/finances_v0.rbs', line 33
def self.members: () -> [ :adjustment_amount, :adjustment_item_list, :adjustment_type, :posted_date, :store_name ]
|
.new(adjustment_amount:, adjustment_item_list:, adjustment_type:, posted_date:, store_name:) ⇒ Peddler::APIs::FinancesV0::AdjustmentEvent .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::FinancesV0::AdjustmentEvent
28 29 |
# File 'sig/peddler/apis/finances_v0.rbs', line 28
def self.new: (?adjustment_amount: Peddler::Money?, ?adjustment_item_list: Array[Peddler::APIs::FinancesV0::AdjustmentItem]?, ?adjustment_type: String?, ?posted_date: String?, ?store_name: String?) -> Peddler::APIs::FinancesV0::AdjustmentEvent
| (Peddler::Money?, Array[Peddler::APIs::FinancesV0::AdjustmentItem]?, String?, String?, String?) -> Peddler::APIs::FinancesV0::AdjustmentEvent
|
.parse ⇒ Peddler::APIs::FinancesV0::AdjustmentEvent
35 |
# File 'sig/peddler/apis/finances_v0.rbs', line 35
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FinancesV0::AdjustmentEvent
|
Instance Method Details
#members ⇒ [ :adjustment_amount, :adjustment_item_list, :adjustment_type, :posted_date, :store_name ]
43 |
# File 'sig/peddler/apis/finances_v0.rbs', line 43
def members: () -> [ :adjustment_amount, :adjustment_item_list, :adjustment_type, :posted_date, :store_name ]
|
#to_h ⇒ { adjustment_amount: Peddler::Money?, adjustment_item_list: Array[Peddler::APIs::FinancesV0::AdjustmentItem]?, adjustment_type: String?, posted_date: String?, store_name: String? }
44 |
# File 'sig/peddler/apis/finances_v0.rbs', line 44
def to_h: () -> { adjustment_amount: Peddler::Money?, adjustment_item_list: Array[Peddler::APIs::FinancesV0::AdjustmentItem]?, adjustment_type: String?, posted_date: String?, store_name: String? }
|