setPaymentMethod method

dynamic setPaymentMethod(
  1. String value
)

Implementation

setPaymentMethod(String value) {
  _paymentMethod = value;
}