public class Payer
extends java.lang.Object
| Constructor and Description |
|---|
Payer() |
| Modifier and Type | Method and Description |
|---|---|
void |
encrypt(java.security.cert.X509Certificate certificate) |
BankCode |
getBankCode() |
BusinessType |
getBusinessType() |
InterfaceType |
getInterfaceType() |
PayerInfo |
getPayerInfo() |
PaymentMethod |
getPaymentMethod() |
void |
setBankCode(BankCode bankCode) |
void |
setBusinessType(BusinessType businessType) |
void |
setInterfaceType(InterfaceType interfaceType) |
void |
setPayerInfo(PayerInfo payerInfo) |
void |
setPaymentMethod(PaymentMethod paymentMethod) |
public PaymentMethod getPaymentMethod()
public void setPaymentMethod(PaymentMethod paymentMethod)
public BankCode getBankCode()
public void setBankCode(BankCode bankCode)
public PayerInfo getPayerInfo()
public void setPayerInfo(PayerInfo payerInfo)
public InterfaceType getInterfaceType()
public void setInterfaceType(InterfaceType interfaceType)
public BusinessType getBusinessType()
public void setBusinessType(BusinessType businessType)
public void encrypt(java.security.cert.X509Certificate certificate)