@venly/venly-core-sdk
Version:
Javascrip/Typescript SDK for Venly's Web3 Services
29 lines • 710 B
TypeScript
import * as shared from '../shared/index';
/**
*
*/
export declare class VyNotificationWebhookRequest {
/**
* This is your endpoint URL which can accept ```POST``` calls.
* @type {string}
*/
url?: string;
/**
* This can only have the value ```PAY```.
* @type {String}
*/
readonly application: String;
/**
*
* @type {VyAuthenticationMethodRequest}
*/
authenticationMethod?: shared.VyAuthenticationMethodRequest;
constructor(initializer?: VyNotificationWebhookRequest);
}
/**
*
*/
export declare class VyCreateWebhookResponse {
constructor(initializer?: VyCreateWebhookResponse);
}
//# sourceMappingURL=VyModels.Notifications.generated.d.ts.map