Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Private baseUrl

baseUrl: string
memberof

BaseService

Private key

key: string
memberof

BaseService

Private urlService

urlService: string

Base Url of the Service API

memberof

BaseService

Private user

user: string
memberof

BaseService

Accessors

Protected serviceUrl

  • get serviceUrl(): string

Methods

createOrUpdateMany

  • Crée ou modifie un ensemble de paiements. Si un paiement correspondant à la clé uniqueproperty existe, alors l'API effectue une création. Sinon l'API met à jour le payment.

    memberof

    PaymentService

    Parameters

    • payments: KobanPayment[]

      Liste des paiements Limite à 100 objects

    • uniqueproperty: KobanPaymentUniqueProperty

      Propriété sélectionnée pour vérifier si le paiement doit être créé ou modifié. L'API vérifie qu'un paiement correspondant à cette clé existe. Si il existe, il effectue une modification, sinon il effectue une création

    • invoiceuniqueproperty: KobanInvoiceUniqueProperty

      Propriété sélectionnée pour sélectionner la facture correspondant au paiement.

    Returns Promise<string[]>

handleApiError

Legend

  • Constructor
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Private property
  • Private method
  • Property

Generated using TypeDoc