Class: Peddler::APIs::Orders20260101::OrderProceedsBreakdown
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Orders20260101::OrderProceedsBreakdown
- Defined in:
- sig/peddler/apis/orders_2026_01_01.rbs
Instance Attribute Summary collapse
-
#status ⇒ String?
readonly
Returns the value of attribute status.
-
#subtotal ⇒ Peddler::Money
readonly
Returns the value of attribute subtotal.
-
#type ⇒ String
readonly
Returns the value of attribute type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :subtotal, :type, :status ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Orders20260101::OrderProceedsBreakdown
Instance Method Summary collapse
-
#members ⇒ [ :subtotal, :type, :status ]
-
#to_h ⇒ { subtotal: Peddler::Money, type: String, status: String? }
Instance Attribute Details
#status ⇒ String? (readonly)
Returns the value of attribute status.
897 898 899 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 897 def status @status end |
#subtotal ⇒ Peddler::Money (readonly)
Returns the value of attribute subtotal.
898 899 900 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 898 def subtotal @subtotal end |
#type ⇒ String (readonly)
Returns the value of attribute type.
899 900 901 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 899 def type @type end |
Class Method Details
.[](subtotal:, type:, status:) ⇒ Peddler::APIs::Orders20260101::OrderProceedsBreakdown .[](arg0, arg1, arg2) ⇒ Peddler::APIs::Orders20260101::OrderProceedsBreakdown
890 891 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 890
def self.[]: (subtotal: Peddler::Money, type: String, ?status: String?) -> Peddler::APIs::Orders20260101::OrderProceedsBreakdown
| (Peddler::Money, String, String?) -> Peddler::APIs::Orders20260101::OrderProceedsBreakdown
|
.members ⇒ [ :subtotal, :type, :status ]
893 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 893
def self.members: () -> [ :subtotal, :type, :status ]
|
.new(subtotal:, type:, status:) ⇒ Peddler::APIs::Orders20260101::OrderProceedsBreakdown .new(arg0, arg1, arg2) ⇒ Peddler::APIs::Orders20260101::OrderProceedsBreakdown
888 889 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 888
def self.new: (subtotal: Peddler::Money, type: String, ?status: String?) -> Peddler::APIs::Orders20260101::OrderProceedsBreakdown
| (Peddler::Money, String, String?) -> Peddler::APIs::Orders20260101::OrderProceedsBreakdown
|
.parse ⇒ Peddler::APIs::Orders20260101::OrderProceedsBreakdown
895 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 895
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Orders20260101::OrderProceedsBreakdown
|
Instance Method Details
#members ⇒ [ :subtotal, :type, :status ]
901 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 901
def members: () -> [ :subtotal, :type, :status ]
|
#to_h ⇒ { subtotal: Peddler::Money, type: String, status: String? }
902 |
# File 'sig/peddler/apis/orders_2026_01_01.rbs', line 902
def to_h: () -> { subtotal: Peddler::Money, type: String, status: String? }
|