Class: Stripe::PaymentIntentCaptureParams::PaymentDetails::FleetDatum::PrimaryFuelFields

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(brand: nil) ⇒ PrimaryFuelFields

Returns a new instance of PrimaryFuelFields.



1002
1003
1004
# File 'lib/stripe/params/payment_intent_capture_params.rb', line 1002

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

Instance Attribute Details

#brandObject

The fuel brand.



1000
1001
1002
# File 'lib/stripe/params/payment_intent_capture_params.rb', line 1000

def brand
  @brand
end