SessionCustomerUpdate class final

customer_update_params

Controls what fields on Customer can be updated by the Checkout Session. Can only be provided when `customer` is provided.

Constructors

SessionCustomerUpdate({SessionAddress? address, SessionAddress? name, SessionAddress? shipping})
customer_update_params
const
SessionCustomerUpdate.fromJson(Object? json)
factory

Properties

address SessionAddress?
final
hashCode int
The hash code for this object.
no setterinherited
name SessionAddress?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shipping SessionAddress?
final

Methods

encodeWith<V>(Encoder<V> encoder) → V
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
override

Operators

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

Static Methods

encode<V>(SessionCustomerUpdate instance, Encoder<V> encoder) → V