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()
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
Inherited from
BaseRequest.toJSON
