public class Bpay extends Object
| 构造器和说明 |
|---|
Bpay() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBody() |
String |
getInfo() |
String |
getNotifyUrl() |
Integer |
getPaymentType() |
String |
getReturn_url() |
Double |
getTotalFee() |
Integer |
getType() |
void |
setBody(String body) |
void |
setInfo(String info) |
void |
setNotifyUrl(String notifyUrl) |
void |
setPaymentType(Integer paymentType) |
void |
setReturn_url(String return_url) |
void |
setTotalFee(Double totalFee) |
void |
setType(Integer type) |
public Integer getPaymentType()
public void setPaymentType(Integer paymentType)
public String getNotifyUrl()
public void setNotifyUrl(String notifyUrl)
public Double getTotalFee()
public void setTotalFee(Double totalFee)
public String getInfo()
public void setInfo(String info)
public String getBody()
public void setBody(String body)
public String getReturn_url()
public void setReturn_url(String return_url)
public Integer getType()
public void setType(Integer type)
Copyright © 2017. All rights reserved.