ResolveCustomerResult class

The result of the ResolveCustomer operation. Contains the CustomerIdentifier and product code.

Constructors

ResolveCustomerResult({String? customerIdentifier, String? productCode})
ResolveCustomerResult.fromJson(Map<String, dynamic> json)
factory

Properties

customerIdentifier String?
The CustomerIdentifier is used to identify an individual customer in your application. Calls to BatchMeterUsage require CustomerIdentifiers for each UsageRecord.
final
hashCode int
The hash code for this object.
no setterinherited
productCode String?
The product code is returned to confirm that the buyer is registering for your product. Subsequent BatchMeterUsage calls should be made using this product code.
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