Class: Peddler::APIs::FinancesV0::EBTRefundReimbursementOnlyEvent
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FinancesV0::EBTRefundReimbursementOnlyEvent
- Defined in:
- sig/peddler/apis/finances_v0.rbs
Instance Attribute Summary collapse
-
#amount ⇒ Peddler::Money?
readonly
Returns the value of attribute amount.
-
#order_id ⇒ String?
readonly
Returns the value of attribute order_id.
-
#posted_date ⇒ String?
readonly
Returns the value of attribute posted_date.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :amount, :order_id, :posted_date ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FinancesV0::EBTRefundReimbursementOnlyEvent
Instance Method Summary collapse
-
#members ⇒ [ :amount, :order_id, :posted_date ]
-
#to_h ⇒ { amount: Peddler::Money?, order_id: String?, posted_date: String? }
Instance Attribute Details
#amount ⇒ Peddler::Money? (readonly)
Returns the value of attribute amount.
321 322 323 |
# File 'sig/peddler/apis/finances_v0.rbs', line 321 def amount @amount end |
#order_id ⇒ String? (readonly)
Returns the value of attribute order_id.
322 323 324 |
# File 'sig/peddler/apis/finances_v0.rbs', line 322 def order_id @order_id end |
#posted_date ⇒ String? (readonly)
Returns the value of attribute posted_date.
323 324 325 |
# File 'sig/peddler/apis/finances_v0.rbs', line 323 def posted_date @posted_date end |
Class Method Details
.[](amount:, order_id:, posted_date:) ⇒ Peddler::APIs::FinancesV0::EBTRefundReimbursementOnlyEvent .[](arg0, arg1, arg2) ⇒ Peddler::APIs::FinancesV0::EBTRefundReimbursementOnlyEvent
314 315 |
# File 'sig/peddler/apis/finances_v0.rbs', line 314
def self.[]: (?amount: Peddler::Money?, ?order_id: String?, ?posted_date: String?) -> Peddler::APIs::FinancesV0::EBTRefundReimbursementOnlyEvent
| (Peddler::Money?, String?, String?) -> Peddler::APIs::FinancesV0::EBTRefundReimbursementOnlyEvent
|
.members ⇒ [ :amount, :order_id, :posted_date ]
317 |
# File 'sig/peddler/apis/finances_v0.rbs', line 317
def self.members: () -> [ :amount, :order_id, :posted_date ]
|
.new(amount:, order_id:, posted_date:) ⇒ Peddler::APIs::FinancesV0::EBTRefundReimbursementOnlyEvent .new(arg0, arg1, arg2) ⇒ Peddler::APIs::FinancesV0::EBTRefundReimbursementOnlyEvent
312 313 |
# File 'sig/peddler/apis/finances_v0.rbs', line 312
def self.new: (?amount: Peddler::Money?, ?order_id: String?, ?posted_date: String?) -> Peddler::APIs::FinancesV0::EBTRefundReimbursementOnlyEvent
| (Peddler::Money?, String?, String?) -> Peddler::APIs::FinancesV0::EBTRefundReimbursementOnlyEvent
|
.parse ⇒ Peddler::APIs::FinancesV0::EBTRefundReimbursementOnlyEvent
319 |
# File 'sig/peddler/apis/finances_v0.rbs', line 319
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FinancesV0::EBTRefundReimbursementOnlyEvent
|
Instance Method Details
#members ⇒ [ :amount, :order_id, :posted_date ]
325 |
# File 'sig/peddler/apis/finances_v0.rbs', line 325
def members: () -> [ :amount, :order_id, :posted_date ]
|
#to_h ⇒ { amount: Peddler::Money?, order_id: String?, posted_date: String? }
326 |
# File 'sig/peddler/apis/finances_v0.rbs', line 326
def to_h: () -> { amount: Peddler::Money?, order_id: String?, posted_date: String? }
|