Interface | Description |
---|---|
CheckoutButton.CheckoutWithVisaListener | Deprecated
Use
VisaCheckoutSdk.VisaCheckoutResultListener instead. |
ManualCheckoutSession |
Interface for being notified when a Visa Checkout manual session is finished configuring
and is ready for button tap.
|
ManualCheckoutSession.ManualCheckoutLaunchHandler |
Call launch on your ManualCheckoutLaunchHandler instance to invoke/present Visa Checkout.
|
VisaCheckoutSdk.CustomButtonUpdatedListener |
Interface for being notified of custom button image updates (i.e.
|
VisaCheckoutSdk.VisaCheckoutResultListener |
An interface for being notified of the result of the user's checkout.
|
VisaCheckoutSdkInitListener | Deprecated
Interface definition for a callback to be invoked when sdk is initialized.
|
VisaConfigRequest |
Interface used to respond to a Visa data request (e.g.
|
VisaConfigResponse |
Interface used to respond to a Visa Checkout request for data.
|
Class | Description |
---|---|
ButtonParams | Deprecated
Please use
ButtonColor instead if accessing button color styles. |
CheckoutButton |
This is the main point of interaction for your customers.
|
Profile |
The Profile class is the mechanism to customize the Visa Checkout SDK’s configuration.
|
Profile.ProfileBuilder |
Builder to create a
Profile . |
PurchaseInfo |
The PurchaseInfo class is used for you to send the Visa Checkout SDK the detailed information
regarding your customers’ purchase.
|
PurchaseInfo.PurchaseInfoBuilder |
Builder to create a
PurchaseInfo object. |
ThreeDSSetup |
Helper object for setting 3DS values.
|
VisaCheckoutHybridPlugin |
VisaCheckoutHybridPlugin is used to configure Visa Checkout for hybrid environments.
|
VisaCheckoutSdk |
The VisaCheckoutSDK class is primarily used for configuring a manual checkout session for
invoking the Visa Checkout SDK directly.
|
VisaPaymentSummary |
The VisaPaymentSummary class is the object that is returned when a Visa Checkout launch has occurred
and finished.
|
VisaUserAddress |
Helper object for a user address.
|
VisaUserInfo |
Allow the prepopulation of user information
|
Annotation Type | Description |
---|---|
ButtonColor |
Specify the style of
CheckoutButton . |
ButtonParams.ButtonColor | Deprecated
Use
ButtonColor instead. |
Environment |
Environment is the context in which Visa Checkout SDK will connect.
|
Profile.CardBrand |
Constant helper values for card brands (e.g.
|
Profile.Country |
Constant helper values for country codes (e.g.
|
Profile.DataLevel |
Constant helper values for data level requested for response detail.
|
PurchaseInfo.Currency |
Constant helper values for different currency codes (e.g.
|
PurchaseInfo.UserReviewAction |
Constant helper values for different user review actions (e.g.
|
VisaCheckoutSdk.ResultCode |
Constant helper values for different result codes.
|
VisaCheckoutSdk.Status |
Constant helper values for different status codes.
|