MerchantAccountInformationValue constructor

MerchantAccountInformationValue({
  1. TLVModel? globallyUniqueIdentifier,
  2. List<TLVModel>? paymentNetworkSpecific,
})

Implementation

MerchantAccountInformationValue({
  this.globallyUniqueIdentifier,
  this.paymentNetworkSpecific,
});