setIpn_url method

void setIpn_url(
  1. String ipn_url
)

Implementation

void setIpn_url(String ipn_url) {
  this.ipn_url = ipn_url;
}