Class: Stripe::ChargeUpdateParams::PaymentDetails::FleetDatum::Vat
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::ChargeUpdateParams::PaymentDetails::FleetDatum::Vat
- Defined in:
- lib/stripe/params/charge_update_params.rb
Instance Attribute Summary collapse
-
#iob_indicator ⇒ Object
Indicates the merchant’s agreement for Invoice on Behalf (IOB) VAT processing.
Instance Method Summary collapse
-
#initialize(iob_indicator: nil) ⇒ Vat
constructor
A new instance of Vat.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(iob_indicator: nil) ⇒ Vat
Returns a new instance of Vat.
783 784 785 |
# File 'lib/stripe/params/charge_update_params.rb', line 783 def initialize(iob_indicator: nil) @iob_indicator = iob_indicator end |
Instance Attribute Details
#iob_indicator ⇒ Object
Indicates the merchant’s agreement for Invoice on Behalf (IOB) VAT processing.
781 782 783 |
# File 'lib/stripe/params/charge_update_params.rb', line 781 def iob_indicator @iob_indicator end |