BillingAddressConfig class

Configuration for the billing address in a Google Pay request.

Constructors

BillingAddressConfig({bool isRequired = false, BillingAddressFormat format = BillingAddressFormat.min, bool isPhoneNumberRequired = false})
const

Properties

format BillingAddressFormat
The format of the billing address.
final
hashCode int
The hash code for this object.
no setterinherited
isPhoneNumberRequired bool
Indicates whether a phone number is required in the billing address.
final
isRequired bool
Indicates whether a billing address is required.
final
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
toMap() Map<String, dynamic>
Converts the config to a map for the method channel.
toString() String
A string representation of this object.
inherited

Operators

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