CheckoutSession class

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, explicitToJson: true)

Constructors

CheckoutSession({String? billingAddressCollection, String? cancelUrl, String? clientReferenceId, dynamic customer, String? customerEmail, List<DisplayItem>? displayItems, String? id, LineItems? lineItems, bool? livemode, String? locale, Map<String, dynamic>? metadata, String? mode, String? object, dynamic paymentIntent, List<String>? paymentMethodTypes, dynamic setupIntent, Shipping? shipping, ShippingAddressCollection? shippingAddressCollection, String? submitType, dynamic subscription, String? successUrl})
CheckoutSession.fromJson(Map<String, dynamic> json)
factory

Properties

billingAddressCollection String?
getter/setter pair
cancelUrl String?
getter/setter pair
clientReferenceId String?
getter/setter pair
customer ↔ dynamic
getter/setter pair
customerEmail String?
getter/setter pair
displayItems List<DisplayItem>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
lineItems LineItems?
getter/setter pair
livemode bool?
getter/setter pair
locale String?
getter/setter pair
metadata Map<String, dynamic>?
getter/setter pair
mode String?
getter/setter pair
object String?
getter/setter pair
paymentIntent ↔ dynamic
getter/setter pair
paymentMethodTypes List<String>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setupIntent ↔ dynamic
getter/setter pair
shipping Shipping?
getter/setter pair
shippingAddressCollection ShippingAddressCollection?
getter/setter pair
submitType String?
getter/setter pair
subscription ↔ dynamic
getter/setter pair
successUrl String?
getter/setter pair

Methods

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

Operators

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