CreateVerificationUrlRequest

Request object for creating a verification URL

Request object for creating a verification URL.

Constructors

Constructor

new CreateVerificationUrlRequest(data): CreateVerificationUrlRequest

Parameters

data

CreateVerificationUrlRequestInput

Returns

CreateVerificationUrlRequest

Inherited from

BaseRequest<CreateVerificationUrlRequestInput>.constructor

Methods

validate()

validate(): BWellTransactionResult<null, ValidationError>

Return a success validation result by default;

Returns

BWellTransactionResult<null, ValidationError>

Inherited from

BaseRequest.validate


data()

data(): CreateVerificationUrlRequestInput

Returns data encapsulated by the Request

Returns

CreateVerificationUrlRequestInput

Inherited from

BaseRequest.data


toJSON()

toJSON(): CreateVerificationUrlRequestInput

Method to allow JSON serializers to only serialize the wrapped request data without serializing any of the Request object data

Returns

CreateVerificationUrlRequestInput

See

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify#description

Inherited from

BaseRequest.toJSON