ResolveCustomerRequest
public struct ResolveCustomerRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
When a buyer visits your website during the registration process, the buyer submits a registration token through the browser. The registration token is resolved to obtain a CustomerIdentifier and product code.
Declaration
Swift
public let registrationToken: String
-
Undocumented
Declaration
Swift
public init(registrationToken: String)
-
Declaration
Swift
public func validate(name: String) throws