BillingAddressParameters class

This object allows you to set additional fields to be returned for a requested billing address.

Constructors

BillingAddressParameters({BillingFormat? billingFormat, bool? phoneNumberRequired})
This object allows you to set additional fields to be returned for a requested billing address.

Properties

billingFormat BillingFormat?
This object allows you to set additional fields to be returned for a requested billing address.
final
hashCode int
The hash code for this object.
no setterinherited
phoneNumberRequired bool?
Set to true if a phone number is required to process the transaction.
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
toString() String
A string representation of this object.
inherited

Operators

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