Class: Peddler::APIs::FinancesV0::TaxWithholdingPeriod
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FinancesV0::TaxWithholdingPeriod
- Defined in:
- sig/peddler/apis/finances_v0.rbs
Instance Attribute Summary collapse
-
#end_date ⇒ String?
readonly
Returns the value of attribute end_date.
-
#start_date ⇒ String?
readonly
Returns the value of attribute start_date.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :end_date, :start_date ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FinancesV0::TaxWithholdingPeriod
Instance Method Summary collapse
Instance Attribute Details
#end_date ⇒ String? (readonly)
Returns the value of attribute end_date.
1172 1173 1174 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1172 def end_date @end_date end |
#start_date ⇒ String? (readonly)
Returns the value of attribute start_date.
1173 1174 1175 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1173 def start_date @start_date end |
Class Method Details
.[](end_date:, start_date:) ⇒ Peddler::APIs::FinancesV0::TaxWithholdingPeriod .[](arg0, arg1) ⇒ Peddler::APIs::FinancesV0::TaxWithholdingPeriod
1165 1166 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1165
def self.[]: (?end_date: String?, ?start_date: String?) -> Peddler::APIs::FinancesV0::TaxWithholdingPeriod
| (String?, String?) -> Peddler::APIs::FinancesV0::TaxWithholdingPeriod
|
.members ⇒ [ :end_date, :start_date ]
1168 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1168
def self.members: () -> [ :end_date, :start_date ]
|
.new(end_date:, start_date:) ⇒ Peddler::APIs::FinancesV0::TaxWithholdingPeriod .new(arg0, arg1) ⇒ Peddler::APIs::FinancesV0::TaxWithholdingPeriod
1163 1164 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1163
def self.new: (?end_date: String?, ?start_date: String?) -> Peddler::APIs::FinancesV0::TaxWithholdingPeriod
| (String?, String?) -> Peddler::APIs::FinancesV0::TaxWithholdingPeriod
|
.parse ⇒ Peddler::APIs::FinancesV0::TaxWithholdingPeriod
1170 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1170
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FinancesV0::TaxWithholdingPeriod
|
Instance Method Details
#members ⇒ [ :end_date, :start_date ]
1175 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1175
def members: () -> [ :end_date, :start_date ]
|
#to_h ⇒ { end_date: String?, start_date: String? }
1176 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1176
def to_h: () -> { end_date: String?, start_date: String? }
|