Interface WebhookResponse

interface WebhookResponse {
    data: Merchant;
    warnings?: string[];
}

Properties

Properties

data: Merchant
warnings?: string[]