Class: Peddler::APIs::FinancesV0::ImagingServicesFeeEvent
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FinancesV0::ImagingServicesFeeEvent
- Defined in:
- sig/peddler/apis/finances_v0.rbs
Instance Attribute Summary collapse
-
#asin ⇒ String?
readonly
Returns the value of attribute asin.
-
#fee_list ⇒ Array[Peddler::APIs::FinancesV0::FeeComponent]?
readonly
Returns the value of attribute fee_list.
-
#imaging_request_billing_item_id ⇒ String?
readonly
Returns the value of attribute imaging_request_billing_item_id.
-
#posted_date ⇒ String?
readonly
Returns the value of attribute posted_date.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :asin, :fee_list, :imaging_request_billing_item_id, :posted_date ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FinancesV0::ImagingServicesFeeEvent
Instance Method Summary collapse
-
#members ⇒ [ :asin, :fee_list, :imaging_request_billing_item_id, :posted_date ]
-
#to_h ⇒ { asin: String?, fee_list: Array[Peddler::APIs::FinancesV0::FeeComponent]?, imaging_request_billing_item_id: String?, posted_date: String? }
Instance Attribute Details
#asin ⇒ String? (readonly)
Returns the value of attribute asin.
514 515 516 |
# File 'sig/peddler/apis/finances_v0.rbs', line 514 def asin @asin end |
#fee_list ⇒ Array[Peddler::APIs::FinancesV0::FeeComponent]? (readonly)
Returns the value of attribute fee_list.
515 516 517 |
# File 'sig/peddler/apis/finances_v0.rbs', line 515 def fee_list @fee_list end |
#imaging_request_billing_item_id ⇒ String? (readonly)
Returns the value of attribute imaging_request_billing_item_id.
516 517 518 |
# File 'sig/peddler/apis/finances_v0.rbs', line 516 def imaging_request_billing_item_id @imaging_request_billing_item_id end |
#posted_date ⇒ String? (readonly)
Returns the value of attribute posted_date.
517 518 519 |
# File 'sig/peddler/apis/finances_v0.rbs', line 517 def posted_date @posted_date end |
Class Method Details
.[](asin:, fee_list:, imaging_request_billing_item_id:, posted_date:) ⇒ Peddler::APIs::FinancesV0::ImagingServicesFeeEvent .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::FinancesV0::ImagingServicesFeeEvent
507 508 |
# File 'sig/peddler/apis/finances_v0.rbs', line 507
def self.[]: (?asin: String?, ?fee_list: Array[Peddler::APIs::FinancesV0::FeeComponent]?, ?imaging_request_billing_item_id: String?, ?posted_date: String?) -> Peddler::APIs::FinancesV0::ImagingServicesFeeEvent
| (String?, Array[Peddler::APIs::FinancesV0::FeeComponent]?, String?, String?) -> Peddler::APIs::FinancesV0::ImagingServicesFeeEvent
|
.members ⇒ [ :asin, :fee_list, :imaging_request_billing_item_id, :posted_date ]
510 |
# File 'sig/peddler/apis/finances_v0.rbs', line 510
def self.members: () -> [ :asin, :fee_list, :imaging_request_billing_item_id, :posted_date ]
|
.new(asin:, fee_list:, imaging_request_billing_item_id:, posted_date:) ⇒ Peddler::APIs::FinancesV0::ImagingServicesFeeEvent .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::FinancesV0::ImagingServicesFeeEvent
505 506 |
# File 'sig/peddler/apis/finances_v0.rbs', line 505
def self.new: (?asin: String?, ?fee_list: Array[Peddler::APIs::FinancesV0::FeeComponent]?, ?imaging_request_billing_item_id: String?, ?posted_date: String?) -> Peddler::APIs::FinancesV0::ImagingServicesFeeEvent
| (String?, Array[Peddler::APIs::FinancesV0::FeeComponent]?, String?, String?) -> Peddler::APIs::FinancesV0::ImagingServicesFeeEvent
|
.parse ⇒ Peddler::APIs::FinancesV0::ImagingServicesFeeEvent
512 |
# File 'sig/peddler/apis/finances_v0.rbs', line 512
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FinancesV0::ImagingServicesFeeEvent
|
Instance Method Details
#members ⇒ [ :asin, :fee_list, :imaging_request_billing_item_id, :posted_date ]
519 |
# File 'sig/peddler/apis/finances_v0.rbs', line 519
def members: () -> [ :asin, :fee_list, :imaging_request_billing_item_id, :posted_date ]
|
#to_h ⇒ { asin: String?, fee_list: Array[Peddler::APIs::FinancesV0::FeeComponent]?, imaging_request_billing_item_id: String?, posted_date: String? }
520 |
# File 'sig/peddler/apis/finances_v0.rbs', line 520
def to_h: () -> { asin: String?, fee_list: Array[Peddler::APIs::FinancesV0::FeeComponent]?, imaging_request_billing_item_id: String?, posted_date: String? }
|