PaymentCompletionDetails |
PaymentCompletionDetails.authorizationToken(String authorizationToken) |
authorizationToken
|
PaymentCompletionDetails |
PaymentCompletionDetails.billingToken(String billingToken) |
PayPal-generated token for recurring payments.
|
PaymentCompletionDetails |
PaymentCompletionDetails.cupsecureplusSmscode(String cupsecureplusSmscode) |
The SMS verification code collected from the shopper.
|
PaymentCompletionDetails |
PaymentCompletionDetails.facilitatorAccessToken(String facilitatorAccessToken) |
PayPal-generated third party access token.
|
static PaymentCompletionDetails |
PaymentCompletionDetails.fromJson(String jsonString) |
Create an instance of PaymentCompletionDetails given an JSON string
|
PaymentCompletionDetails |
PaymentDetailsRequest.getDetails() |
details
|
PaymentCompletionDetails |
PaymentCompletionDetails.MD(String MD) |
A payment session identifier returned by the card issuer.
|
PaymentCompletionDetails |
PaymentCompletionDetails.oneTimePasscode(String oneTimePasscode) |
A random number sent to the mobile phone number of the shopper to verify the payment.
|
PaymentCompletionDetails |
PaymentCompletionDetails.orderID(String orderID) |
PayPal-assigned ID for the order.
|
PaymentCompletionDetails |
PaymentCompletionDetails.paReq(String paReq) |
(3D) Payment Authentication Request data for the card issuer.
|
PaymentCompletionDetails |
PaymentCompletionDetails.paRes(String paRes) |
(3D) Payment Authentication Response data by the card issuer.
|
PaymentCompletionDetails |
PaymentCompletionDetails.payerID(String payerID) |
PayPal-assigned ID for the payer (shopper).
|
PaymentCompletionDetails |
PaymentCompletionDetails.payload(String payload) |
Payload appended to the `returnURL` as a result of the redirect.
|
PaymentCompletionDetails |
PaymentCompletionDetails.paymentID(String paymentID) |
PayPal-generated ID for the payment.
|
PaymentCompletionDetails |
PaymentCompletionDetails.paymentStatus(String paymentStatus) |
Value passed from the WeChat MiniProgram `wx.requestPayment` **complete** callback.
|
PaymentCompletionDetails |
PaymentCompletionDetails.redirectResult(String redirectResult) |
The result of the redirect as appended to the `returnURL`.
|
PaymentCompletionDetails |
PaymentCompletionDetails.resultCode(String resultCode) |
Value you received from the WeChat Pay SDK.
|
PaymentCompletionDetails |
PaymentCompletionDetails.returnUrlQueryString(String returnUrlQueryString) |
The query string as appended to the `returnURL` when using direct issuer links .
|
PaymentCompletionDetails |
PaymentCompletionDetails.threeds2ChallengeResult(String threeds2ChallengeResult) |
Base64-encoded string returned by the Component after the challenge flow.
|
PaymentCompletionDetails |
PaymentCompletionDetails.threeds2Fingerprint(String threeds2Fingerprint) |
Base64-encoded string returned by the Component after the challenge flow.
|
PaymentCompletionDetails |
PaymentCompletionDetails.threeDSResult(String threeDSResult) |
Base64-encoded string returned by the Component after the challenge flow.
|
PaymentCompletionDetails |
PaymentCompletionDetails.vaultToken(String vaultToken) |
PayPalv2-generated token for recurring payments.
|