CreateCustomerOpts class

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

Constructors

CreateCustomerOpts({Address? address, int? balance, String? coupon, String? description, String? email, String? invoicePrefix, Map<String, dynamic>? metadata, String? name, int? nextInvoiceSequence, String? paymentMethod, String? phone, List<String>? preferredLocals, String? promotionCode, String? source})
CreateCustomerOpts.fromJson(Map<String, dynamic> json)
factory

Properties

address Address?
getter/setter pair
balance int?
getter/setter pair
blueprintId String?
getter/setter pairinherited
coupon String?
getter/setter pair
description String?
getter/setter pair
email String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pairinherited
invoicePrefix String?
getter/setter pair
message String?
getter/setter pairinherited
metadata Map<String, dynamic>?
getter/setter pair
name String?
getter/setter pair
nextInvoiceSequence int?
getter/setter pair
object String?
getter/setter pairinherited
param String?
getter/setter pairinherited
paymentMethod String?
getter/setter pair
phone String?
getter/setter pair
preferredLocals List<String>?
getter/setter pair
promotionCode String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String?
getter/setter pair
stripeAccount String?
getter/setter pairinherited
stripeError String?
getter/setter pairinherited

Methods

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

Operators

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