setData method

void setData(
  1. RupayTransModel value
)

Implementation

void setData(RupayTransModel value) {
  rupayStatement.value = value;
}