AddressCollectionMode enum
Types of how to collect the address.
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
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.