ResolveCustomerResult
public struct ResolveCustomerResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The CustomerIdentifier is used to identify an individual customer in your application. Calls to BatchMeterUsage require CustomerIdentifiers for each UsageRecord.
Declaration
Swift
public let customerIdentifier: 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.
Declaration
Swift
public let productCode: String?
-
Undocumented
Declaration
Swift
public init(customerIdentifier: String? = nil, productCode: String? = nil)