Type Alias CustomIntegrationProviderResponse

CustomIntegrationProviderResponse: {
    _id: string;
    locationId: string;
    marketplaceAppId: string;
    name: string;
    description: string;
    paymentsUrl: string;
    queryUrl: string;
    imageUrl: string;
    paymentProvider?: CustomIntegrationProviderLiveModeConnectDetails;
    deleted: boolean;
    createdAt: string;
    updatedAt: string;
    traceId: string;
}

Type declaration

  • _id: string
  • locationId: string
  • marketplaceAppId: string
  • name: string
  • description: string
  • paymentsUrl: string
  • queryUrl: string
  • imageUrl: string
  • OptionalpaymentProvider?: CustomIntegrationProviderLiveModeConnectDetails
  • deleted: boolean
  • createdAt: string
  • updatedAt: string
  • traceId: string