Interface WebhooksResponse

interface WebhooksResponse {
    data: Merchant[];
    pagination: Pagination;
    warnings?: string[];
}

Properties

data: Merchant[]
pagination: Pagination
warnings?: string[]