Class: Stripe::PaymentIntentCaptureParams::PaymentDetails::FleetDatum::Vat

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/payment_intent_capture_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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.



1017
1018
1019
# File 'lib/stripe/params/payment_intent_capture_params.rb', line 1017

def initialize(iob_indicator: nil)
  @iob_indicator = iob_indicator
end

Instance Attribute Details

#iob_indicatorObject

Indicates the merchant’s agreement for Invoice on Behalf (IOB) VAT processing.



1015
1016
1017
# File 'lib/stripe/params/payment_intent_capture_params.rb', line 1015

def iob_indicator
  @iob_indicator
end