public class Payout extends Service
| Modifier and Type | Method and Description |
|---|---|
ConfirmThirdPartyResponse |
confirmThirdParty(ConfirmThirdPartyRequest request)
Issues a ConfirmThirdParty API call
|
DeclineThirdPartyResponse |
declineThirdParty(DeclineThirdPartyRequest request)
Issues a DeclineThirdParty API call
|
PayoutResponse |
payout(PayoutRequest request)
Issues a payout API call
|
PayoutResponse |
payout(PayoutRequest request,
RequestOptions requestOptions)
Issues a payout API call
|
StoreDetailResponse |
storeDetail(StoreDetailRequest request)
Issues a storeDetail API call
|
StoreDetailAndSubmitResponse |
storeDetailAndSubmitThirdParty(StoreDetailAndSubmitRequest request)
Issues a storeDetailAndSubmitThirdParty API call
|
SubmitResponse |
submitThirdparty(SubmitRequest request)
Issues a SubmitThirdParty API call
|
getClient, isApiKeyRequired, setApiKeyRequired, setClientpublic Payout(Client client)
public StoreDetailAndSubmitResponse storeDetailAndSubmitThirdParty(StoreDetailAndSubmitRequest request) throws IOException, ApiException
request - StoreDetailAndSubmitRequestIOException - IOExceptionApiException - ApiExceptionpublic ConfirmThirdPartyResponse confirmThirdParty(ConfirmThirdPartyRequest request) throws IOException, ApiException
request - ConfirmThirdPartyRequestIOException - IOExceptionApiException - ApiExceptionpublic DeclineThirdPartyResponse declineThirdParty(DeclineThirdPartyRequest request) throws IOException, ApiException
request - DeclineThirdPartyRequestIOException - IOExceptionApiException - ApiExceptionpublic StoreDetailResponse storeDetail(StoreDetailRequest request) throws IOException, ApiException
request - StoreDetailRequestIOException - IOExceptionApiException - ApiExceptionpublic SubmitResponse submitThirdparty(SubmitRequest request) throws IOException, ApiException
request - SubmitRequestIOException - IOExceptionApiException - ApiExceptionpublic PayoutResponse payout(PayoutRequest request) throws IOException, ApiException
request - IOExceptionApiExceptionpublic PayoutResponse payout(PayoutRequest request, RequestOptions requestOptions) throws IOException, ApiException
request - requestOptions - IOExceptionApiExceptionCopyright © 2022. All rights reserved.