refId method

AmwalPayBuilder refId(
  1. String? refId
)

Implementation

AmwalPayBuilder refId(String? refId) {
  _refId = refId;
  return this;
}