Class: Peddler::APIs::FinancesV0::TaxWithholdingEvent
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FinancesV0::TaxWithholdingEvent
- Defined in:
- sig/peddler/apis/finances_v0.rbs
Instance Attribute Summary collapse
-
#base_amount ⇒ Peddler::Money?
readonly
Returns the value of attribute base_amount.
-
#posted_date ⇒ String?
readonly
Returns the value of attribute posted_date.
-
#tax_withholding_period ⇒ Peddler::APIs::FinancesV0::TaxWithholdingPeriod?
readonly
Returns the value of attribute tax_withholding_period.
-
#withheld_amount ⇒ Peddler::Money?
readonly
Returns the value of attribute withheld_amount.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :base_amount, :posted_date, :tax_withholding_period, :withheld_amount ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FinancesV0::TaxWithholdingEvent
Instance Method Summary collapse
-
#members ⇒ [ :base_amount, :posted_date, :tax_withholding_period, :withheld_amount ]
-
#to_h ⇒ { base_amount: Peddler::Money?, posted_date: String?, tax_withholding_period: Peddler::APIs::FinancesV0::TaxWithholdingPeriod?, withheld_amount: Peddler::Money? }
Instance Attribute Details
#base_amount ⇒ Peddler::Money? (readonly)
Returns the value of attribute base_amount.
1149 1150 1151 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1149 def base_amount @base_amount end |
#posted_date ⇒ String? (readonly)
Returns the value of attribute posted_date.
1150 1151 1152 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1150 def posted_date @posted_date end |
#tax_withholding_period ⇒ Peddler::APIs::FinancesV0::TaxWithholdingPeriod? (readonly)
Returns the value of attribute tax_withholding_period.
1151 1152 1153 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1151 def tax_withholding_period @tax_withholding_period end |
#withheld_amount ⇒ Peddler::Money? (readonly)
Returns the value of attribute withheld_amount.
1152 1153 1154 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1152 def withheld_amount @withheld_amount end |
Class Method Details
.[](base_amount:, posted_date:, tax_withholding_period:, withheld_amount:) ⇒ Peddler::APIs::FinancesV0::TaxWithholdingEvent .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::FinancesV0::TaxWithholdingEvent
1142 1143 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1142
def self.[]: (?base_amount: Peddler::Money?, ?posted_date: String?, ?tax_withholding_period: Peddler::APIs::FinancesV0::TaxWithholdingPeriod?, ?withheld_amount: Peddler::Money?) -> Peddler::APIs::FinancesV0::TaxWithholdingEvent
| (Peddler::Money?, String?, Peddler::APIs::FinancesV0::TaxWithholdingPeriod?, Peddler::Money?) -> Peddler::APIs::FinancesV0::TaxWithholdingEvent
|
.members ⇒ [ :base_amount, :posted_date, :tax_withholding_period, :withheld_amount ]
1145 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1145
def self.members: () -> [ :base_amount, :posted_date, :tax_withholding_period, :withheld_amount ]
|
.new(base_amount:, posted_date:, tax_withholding_period:, withheld_amount:) ⇒ Peddler::APIs::FinancesV0::TaxWithholdingEvent .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::FinancesV0::TaxWithholdingEvent
1140 1141 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1140
def self.new: (?base_amount: Peddler::Money?, ?posted_date: String?, ?tax_withholding_period: Peddler::APIs::FinancesV0::TaxWithholdingPeriod?, ?withheld_amount: Peddler::Money?) -> Peddler::APIs::FinancesV0::TaxWithholdingEvent
| (Peddler::Money?, String?, Peddler::APIs::FinancesV0::TaxWithholdingPeriod?, Peddler::Money?) -> Peddler::APIs::FinancesV0::TaxWithholdingEvent
|
.parse ⇒ Peddler::APIs::FinancesV0::TaxWithholdingEvent
1147 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1147
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FinancesV0::TaxWithholdingEvent
|
Instance Method Details
#members ⇒ [ :base_amount, :posted_date, :tax_withholding_period, :withheld_amount ]
1154 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1154
def members: () -> [ :base_amount, :posted_date, :tax_withholding_period, :withheld_amount ]
|
#to_h ⇒ { base_amount: Peddler::Money?, posted_date: String?, tax_withholding_period: Peddler::APIs::FinancesV0::TaxWithholdingPeriod?, withheld_amount: Peddler::Money? }
1155 |
# File 'sig/peddler/apis/finances_v0.rbs', line 1155
def to_h: () -> { base_amount: Peddler::Money?, posted_date: String?, tax_withholding_period: Peddler::APIs::FinancesV0::TaxWithholdingPeriod?, withheld_amount: Peddler::Money? }
|