PEGooglePayBillingAddressParameters class

Defines the billing address parameters for Google Pay.

This includes the address format and whether a phone number is required.

Constructors

PEGooglePayBillingAddressParameters({PEGooglePayAddressFormat format = PEGooglePayAddressFormat.FULL, bool phoneNumberRequired = false})
Creates an instance of PEGooglePayBillingAddressParameters.

Properties

format PEGooglePayAddressFormat
The format of the billing address (either FULL or MIN).
final
hashCode int
The hash code for this object.
no setterinherited
phoneNumberRequired bool
Whether a phone number is required in the billing address.
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
toJson() Map<String, dynamic>
Converts this instance to a JSON map.
toString() String
A string representation of this object.
inherited

Operators

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