public class PayPalV2MerchantDetails extends com.egzosn.pay.paypal.api.PayPalConfigStorage implements PaymentPlatformMerchantDetails, PaymentPlatformServiceAdapter, PayConfigurerAdapter<InMemoryMerchantDetailsServiceBuilder>
email egzosn@gmail.com
date 2019/4/6 14:30.
| 构造器和说明 |
|---|
PayPalV2MerchantDetails() |
PayPalV2MerchantDetails(InMemoryMerchantDetailsServiceBuilder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
InMemoryMerchantDetailsServiceBuilder |
and()
外部调用者使用,链式的做法
|
PayPalV2MerchantDetails |
cancelUrl(String cancelUrl) |
PayPalV2MerchantDetails |
clientID(String clientID) |
PayPalV2MerchantDetails |
clientSecret(String clientSecret) |
PayPalV2MerchantDetails |
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()
获取支付平台对应的支付服务
|
PayPalV2MerchantDetails |
httpConfigStorage(com.egzosn.pay.common.http.HttpConfigStorage httpConfigStorage) |
PaymentPlatformServiceAdapter |
initService()
初始化服务
|
PayPalV2MerchantDetails |
inputCharset(String inputCharset) |
PayPalV2MerchantDetails |
returnUrl(String returnUrl) |
PayPalV2MerchantDetails |
signType(String signType) |
PayPalV2MerchantDetails |
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 PayPalV2MerchantDetails(InMemoryMerchantDetailsServiceBuilder builder)
public PayPalV2MerchantDetails()
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 PayPalV2MerchantDetails httpConfigStorage(com.egzosn.pay.common.http.HttpConfigStorage httpConfigStorage)
public String getDetailsId()
getDetailsId 在接口中 MerchantDetailspublic PayPalV2MerchantDetails detailsId(String detailsId)
public PayPalV2MerchantDetails signType(String signType)
public PayPalV2MerchantDetails inputCharset(String inputCharset)
public PayPalV2MerchantDetails test(boolean test)
public PayPalV2MerchantDetails clientID(String clientID)
public PayPalV2MerchantDetails clientSecret(String clientSecret)
public PayPalV2MerchantDetails cancelUrl(String cancelUrl)
public PayPalV2MerchantDetails returnUrl(String returnUrl)
Copyright © 2022. All rights reserved.