AddressCollectionMode enum

Types of how to collect the address.

Inheritance

Constructors

AddressCollectionMode()
const

Values

automatic → const AddressCollectionMode

Only the fields required by the Payment Method will be collected, which may be none.

never → const AddressCollectionMode

Billing address will never be collected.

If the Payment Method requires a billing address, you must provide it as part of defaultBillingDetails.

full → const AddressCollectionMode

Collect the full billing address, regardless of the Payment Method's requirements. */

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

values → const List<AddressCollectionMode>
A constant List of the values in this enum, in order of their declaration.