ShippingInformation class
- Inheritance
-
- Object
- StripeJsonModel
- ShippingInformation
Constructors
- ShippingInformation({required Address address, String? name, String? phone})
-
ShippingInformation.fromJson(Map<
String, dynamic> json)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJsonString(
) → String -
inherited
-
toMap(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- FIELD_ADDRESS → const String
- FIELD_NAME → const String
- FIELD_PHONE → const String