LiaPosDataProvider constructor

LiaPosDataProvider({
  1. String? posDataProviderId,
  2. String? posExternalAccountId,
})

Implementation

LiaPosDataProvider({
  this.posDataProviderId,
  this.posExternalAccountId,
});