GoogleCloudRecaptchaenterpriseV1TransactionDataAddress class
Structured address format for billing and shipping addresses.
Constructors
- 
          GoogleCloudRecaptchaenterpriseV1TransactionDataAddress({List<
String> ? address, String? administrativeArea, String? locality, String? postalCode, String? recipient, String? regionCode}) - GoogleCloudRecaptchaenterpriseV1TransactionDataAddress.fromJson(Map json_)
 
Properties
- 
  address
  ↔ List<
String> ? - 
  The first lines of the address.
  getter/setter pair
 - administrativeArea ↔ String?
 - 
  The state, province, or otherwise administrative area of the address.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - locality ↔ String?
 - 
  The town/city of the address.
  getter/setter pair
 - postalCode ↔ String?
 - 
  The postal or ZIP code of the address.
  getter/setter pair
 - recipient ↔ String?
 - 
  The recipient name, potentially including information such as "care of".
  getter/setter pair
 - regionCode ↔ String?
 - 
  The CLDR country/region of the address.
  getter/setter pair
 - 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>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited