Class: Peddler::APIs::FinancesV0::TaxWithheldComponent
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FinancesV0::TaxWithheldComponent
- Defined in:
- sig/peddler/apis/finances_v0.rbs
Instance Attribute Summary collapse
-
#tax_collection_model ⇒ String?
readonly
Returns the value of attribute tax_collection_model.
-
#taxes_withheld ⇒ Array[Peddler::APIs::FinancesV0::ChargeComponent]?
readonly
Returns the value of attribute taxes_withheld.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :tax_collection_model, :taxes_withheld ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FinancesV0::TaxWithheldComponent
Instance Method Summary collapse
-
#members ⇒ [ :tax_collection_model, :taxes_withheld ]
-
#to_h ⇒ { tax_collection_model: String?, taxes_withheld: Array[Peddler::APIs::FinancesV0::ChargeComponent]? }
Instance Attribute Details
#tax_collection_model ⇒ String? (readonly)
Returns the value of attribute tax_collection_model.
1128 1129 1130 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1128 def tax_collection_model @tax_collection_model end |
#taxes_withheld ⇒ Array[Peddler::APIs::FinancesV0::ChargeComponent]? (readonly)
Returns the value of attribute taxes_withheld.
1129 1130 1131 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1129 def taxes_withheld @taxes_withheld end |
Class Method Details
.[](tax_collection_model:, taxes_withheld:) ⇒ Peddler::APIs::FinancesV0::TaxWithheldComponent .[](arg0, arg1) ⇒ Peddler::APIs::FinancesV0::TaxWithheldComponent
1121 1122 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1121
def self.[]: (?tax_collection_model: String?, ?taxes_withheld: Array[Peddler::APIs::FinancesV0::ChargeComponent]?) -> Peddler::APIs::FinancesV0::TaxWithheldComponent
| (String?, Array[Peddler::APIs::FinancesV0::ChargeComponent]?) -> Peddler::APIs::FinancesV0::TaxWithheldComponent
|
.members ⇒ [ :tax_collection_model, :taxes_withheld ]
1124 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1124
def self.members: () -> [ :tax_collection_model, :taxes_withheld ]
|
.new(tax_collection_model:, taxes_withheld:) ⇒ Peddler::APIs::FinancesV0::TaxWithheldComponent .new(arg0, arg1) ⇒ Peddler::APIs::FinancesV0::TaxWithheldComponent
1119 1120 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1119
def self.new: (?tax_collection_model: String?, ?taxes_withheld: Array[Peddler::APIs::FinancesV0::ChargeComponent]?) -> Peddler::APIs::FinancesV0::TaxWithheldComponent
| (String?, Array[Peddler::APIs::FinancesV0::ChargeComponent]?) -> Peddler::APIs::FinancesV0::TaxWithheldComponent
|
.parse ⇒ Peddler::APIs::FinancesV0::TaxWithheldComponent
1126 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1126
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FinancesV0::TaxWithheldComponent
|
Instance Method Details
#members ⇒ [ :tax_collection_model, :taxes_withheld ]
1131 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1131
def members: () -> [ :tax_collection_model, :taxes_withheld ]
|
#to_h ⇒ { tax_collection_model: String?, taxes_withheld: Array[Peddler::APIs::FinancesV0::ChargeComponent]? }
1132 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1132
def to_h: () -> { tax_collection_model: String?, taxes_withheld: Array[Peddler::APIs::FinancesV0::ChargeComponent]? }
|