Class: Stripe::PaymentIntentCreateParams::PaymentDetails::FleetDatum::Vat
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentIntentCreateParams::PaymentDetails::FleetDatum::Vat
- Defined in:
- lib/stripe/params/payment_intent_create_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.
1099 1100 1101 |
# File 'lib/stripe/params/payment_intent_create_params.rb', line 1099 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.
1097 1098 1099 |
# File 'lib/stripe/params/payment_intent_create_params.rb', line 1097 def iob_indicator @iob_indicator end |