Interface AuthorizeConsumerEventSuccessResponseData

Hierarchy

Properties

accessToken?: AccessToken
channel?: BasicChannelInfo
consumerIdentity: CustomerIdentity
contact?: {
    customFields: Id<Partial<Pick<{
        ident: string;
        value: null | string;
    }, never>> & RequiredProps<{
        ident: string;
        value: null | string;
    }>>[];
}

Type declaration

  • customFields: Id<Partial<Pick<{
        ident: string;
        value: null | string;
    }, never>> & RequiredProps<{
        ident: string;
        value: null | string;
    }>>[]
customer?: {
    customFields: Id<Partial<Pick<{
        ident: string;
        value: null | string;
    }, never>> & RequiredProps<{
        ident: string;
        value: null | string;
    }>>[];
}

Type declaration

  • customFields: Id<Partial<Pick<{
        ident: string;
        value: null | string;
    }, never>> & RequiredProps<{
        ident: string;
        value: null | string;
    }>>[]
status: "success"

Generated using TypeDoc