Interface AssociateTokenResponse

The expected response object from the AssociateToken request.

interface AssociateTokenResponse {
    message: string;
}

Properties

Properties

message: string

A response message returned by the API.