build method

PaymentRequest build()

Implementation

PaymentRequest build() {
  PaymentRequest request = PaymentRequest()
    ..code = _paymentCode
    ..data = this.buildData();
  return request;
}