Class: Stripe::PaymentIntentUpdateParams::PaymentDetails::FleetDatum::PrimaryFuelFields
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentIntentUpdateParams::PaymentDetails::FleetDatum::PrimaryFuelFields
- Defined in:
- lib/stripe/params/payment_intent_update_params.rb
Instance Attribute Summary collapse
-
#brand ⇒ Object
The fuel brand.
Instance Method Summary collapse
-
#initialize(brand: nil) ⇒ PrimaryFuelFields
constructor
A new instance of PrimaryFuelFields.
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.
1007 1008 1009 |
# File 'lib/stripe/params/payment_intent_update_params.rb', line 1007 def initialize(brand: nil) @brand = brand end |
Instance Attribute Details
#brand ⇒ Object
The fuel brand.
1005 1006 1007 |
# File 'lib/stripe/params/payment_intent_update_params.rb', line 1005 def brand @brand end |