setShowReceipt method

AuropayBuilder setShowReceipt(
  1. bool showReceipt
)

Implementation

AuropayBuilder setShowReceipt(bool showReceipt) {
  this.showReceipt = showReceipt;
  return this;
}