Class: Stripe::ChargeUpdateParams::PaymentDetails::FleetDatum::PrimaryFuelFields

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/charge_update_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.



713
714
715
# File 'lib/stripe/params/charge_update_params.rb', line 713

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

Instance Attribute Details

#brandObject

The fuel brand.



711
712
713
# File 'lib/stripe/params/charge_update_params.rb', line 711

def brand
  @brand
end