public class PaypalMerchantDetails extends com.egzosn.pay.paypal.api.PayPalConfigStorage implements PaymentPlatformMerchantDetails, PaymentPlatformServiceAdapter, PayConfigurerAdapter<InMemoryMerchantDetailsServiceBuilder>
email egzosn@gmail.com
date 2019/4/6 14:30.
| 构造器和说明 |
|---|
PaypalMerchantDetails() |
PaypalMerchantDetails(InMemoryMerchantDetailsServiceBuilder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
InMemoryMerchantDetailsServiceBuilder |
and()
外部调用者使用,链式的做法
|
PaypalMerchantDetails |
cancelUrl(String cancelUrl) |
PaypalMerchantDetails |
clientID(String clientID) |
PaypalMerchantDetails |
clientSecret(String clientSecret) |
PaypalMerchantDetails |
detailsId(String detailsId) |
InMemoryMerchantDetailsServiceBuilder |
getBuilder()
获取构建器
|
String |
getDetailsId()
获取支付商户id
|
com.egzosn.pay.common.http.HttpConfigStorage |
getHttpConfigStorage()
获取HTTP请求配置
|
PaymentPlatform |
getPaymentPlatform()
获取支付平台
|
com.egzosn.pay.common.api.PayService |
getPayService()
获取支付平台对应的支付服务
|
PaypalMerchantDetails |
httpConfigStorage(com.egzosn.pay.common.http.HttpConfigStorage httpConfigStorage) |
PaymentPlatformServiceAdapter |
initService()
初始化服务
|
PaypalMerchantDetails |
inputCharset(String inputCharset) |
PaypalMerchantDetails |
returnUrl(String returnUrl) |
PaypalMerchantDetails |
signType(String signType) |
PaypalMerchantDetails |
test(boolean test) |
getAppid, getAppId, getCancelUrl, getClientId, getClientID, getClientSecret, getPid, getSeller, setCancelUrl, setClientId, setClientID, setClientSecretaddAttr, expireAccessToken, getAccessToken, getAccessTokenLock, getAttach, getAttr, getAttrs, getExpiresTime, getInputCharset, getKeyPrivate, getKeyPublic, getNotifyUrl, getPayType, getReturnUrl, getSignType, getToken, isAccessTokenExpired, isCertSign, isTest, setAccessToken, setAccessTokenLock, setAttach, setCertSign, setExpiresTime, setInputCharset, setKeyPrivate, setKeyPublic, setNotifyUrl, setPayType, setReturnUrl, setSignType, setTest, updateAccessToken, updateAccessTokenclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic PaypalMerchantDetails(InMemoryMerchantDetailsServiceBuilder builder)
public PaypalMerchantDetails()
public InMemoryMerchantDetailsServiceBuilder and()
and 在接口中 PayConfigurerAdapter<InMemoryMerchantDetailsServiceBuilder>public InMemoryMerchantDetailsServiceBuilder getBuilder()
getBuilder 在接口中 PayConfigurerAdapter<InMemoryMerchantDetailsServiceBuilder>public PaymentPlatform getPaymentPlatform()
getPaymentPlatform 在接口中 PaymentPlatformMerchantDetailspublic PaymentPlatformServiceAdapter initService()
initService 在接口中 PaymentPlatformServiceAdapterpublic com.egzosn.pay.common.api.PayService getPayService()
getPayService 在接口中 PaymentPlatformMerchantDetailsgetPayService 在接口中 PaymentPlatformServiceAdapterpublic com.egzosn.pay.common.http.HttpConfigStorage getHttpConfigStorage()
getHttpConfigStorage 在接口中 PaymentPlatformServiceAdapterpublic PaypalMerchantDetails httpConfigStorage(com.egzosn.pay.common.http.HttpConfigStorage httpConfigStorage)
public String getDetailsId()
getDetailsId 在接口中 MerchantDetailspublic PaypalMerchantDetails detailsId(String detailsId)
public PaypalMerchantDetails signType(String signType)
public PaypalMerchantDetails inputCharset(String inputCharset)
public PaypalMerchantDetails test(boolean test)
public PaypalMerchantDetails clientID(String clientID)
public PaypalMerchantDetails clientSecret(String clientSecret)
public PaypalMerchantDetails cancelUrl(String cancelUrl)
public PaypalMerchantDetails returnUrl(String returnUrl)
Copyright © 2022. All rights reserved.