setPayeeMerchantCode method

void setPayeeMerchantCode(
  1. String? payeeMerchantCode
)

Sets the payee merchant code for the UPI transaction.

Implementation

void setPayeeMerchantCode(String? payeeMerchantCode) {
  _upi.payeeMerchantCode = payeeMerchantCode;
}