RequestOptions class

Constructors

RequestOptions({required String? apiVersion, String? guid, String? idempotencyKey, required String key, String? requestType, String? stripeAccount})

Properties

apiVersion String?
final
guid String?
final
hashCode int
The hash code for this object.
no setterinherited
idempotencyKey String?
final
key String
final
requestType String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stripeAccount String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

typeJson → const String
typeQuery → const String