- GB - Static variable in annotation type com.visa.checkout.Profile.Country
-
- GBP - Static variable in annotation type com.visa.checkout.PurchaseInfo.Currency
-
- get(String) - Method in class com.visa.checkout.Profile
-
Retrieve a Profile property by key.
- get(String) - Method in class com.visa.checkout.PurchaseInfo
-
Retrieve a PurchaseInfo property by key.
- get(String) - Method in class com.visa.checkout.VisaPaymentSummary
-
Returns the value mapped by name.
- getAcceptedBillingCountries() - Method in class com.visa.checkout.Profile
-
The countries you are able to accept billing information from.
- getAcceptedCardBrands() - Method in class com.visa.checkout.Profile
-
- getAcceptedShippingCountries() - Method in class com.visa.checkout.Profile
-
The countries you are able to ship to.
- getApiKey() - Method in class com.visa.checkout.Profile
-
The API Key string given associated with your Visa Merchant account.
- getBillingAddress() - Method in class com.visa.checkout.VisaUserInfo
-
Get the addressee's BillingAddress
- getCallId() - Method in class com.visa.checkout.VisaPaymentSummary
-
Get the Visa Checkout transaction ID
- getCardArt(Context) - Static method in class com.visa.checkout.VisaCheckoutSdk
-
Get card art
- getCardBrand() - Method in class com.visa.checkout.VisaPaymentSummary
-
Get the card brand.
- getCardType() - Method in class com.visa.checkout.VisaPaymentSummary
-
Get the kind of card.
- getCheckoutIntent(Activity, PurchaseInfo) - Static method in class com.visa.checkout.VisaCheckoutSdk
-
- getCheckoutIntent(Activity, BigDecimal, String) - Static method in class com.visa.checkout.VisaCheckoutSdk
-
- getCity() - Method in class com.visa.checkout.VisaUserAddress
-
Get the name of the city that is associated with the billing address
- getClientId() - Method in class com.visa.checkout.Profile
-
Retrieve the current client id.
- getCountryCode() - Method in class com.visa.checkout.Profile
-
Country code of the country where the purchase should be shipped, such as US;
useful for calculating shipping costs.
- getCountryCode() - Method in class com.visa.checkout.VisaPaymentSummary
-
Get the override value for the country code, which controls how text displays in the Visa
Checkout checkout button and lightbox
- getCurrency() - Method in class com.visa.checkout.PurchaseInfo
-
The currency being used to make the purchase.
- getCurrencyFormat() - Method in class com.visa.checkout.PurchaseInfo
-
A string that specifies the display format for a currency amount associated with the Pay button.
- getCustomData() - Method in class com.visa.checkout.PurchaseInfo
-
Add any custom key/value pairs if needed.
- getCustomerSupportUrl() - Method in class com.visa.checkout.Profile
-
Your complete customer service or support URL.
- getDataLevel() - Method in class com.visa.checkout.Profile
-
The level of detail that is returned on the
VisaPaymentSummary
object after the user completes a Visa Checkout transaction.
- getDescription() - Method in class com.visa.checkout.PurchaseInfo
-
Get the description that is associated with a payment.
- getDiscount() - Method in class com.visa.checkout.PurchaseInfo
-
Get the total for the discounts that are related to the payment.
- getDisplayName() - Method in class com.visa.checkout.Profile
-
How Visa Checkout should refer to your company/app.
- getEmailAddress() - Method in class com.visa.checkout.VisaUserInfo
-
Get the consumer's EmailAddress
- getEncKey() - Method in class com.visa.checkout.VisaPaymentSummary
-
Get the encrypted key to decrypt encPaymentData
- getEncPaymentData() - Method in class com.visa.checkout.VisaPaymentSummary
-
Get the encrypted consumer data to process the transaction.
- getEncryptionKey() - Method in class com.visa.checkout.Profile
-
Encryption key you specified to be used by Visa
- getEnvironment() - Method in class com.visa.checkout.Profile
-
The server environment to use.
- getExternalClientId() - Method in class com.visa.checkout.Profile
-
Not required for merchants.
- getFirstName() - Method in class com.visa.checkout.VisaUserInfo
-
Get the consumer's given (first) name.
- getGiftWrap() - Method in class com.visa.checkout.PurchaseInfo
-
Get the total gift-wrapping charges that is included in the payment.
- getLastFourDigits() - Method in class com.visa.checkout.VisaPaymentSummary
-
Get the last 4 digits of the payment instrument
- getLastName() - Method in class com.visa.checkout.VisaUserInfo
-
Get the consumer's last name(surname).
- getLine1() - Method in class com.visa.checkout.VisaUserAddress
-
Get the addressee's complete name
- getLine2() - Method in class com.visa.checkout.VisaUserAddress
-
Get the second line of the address, if available
- getLine3() - Method in class com.visa.checkout.VisaUserAddress
-
Get the third line of the address, if available
- getLocale() - Method in class com.visa.checkout.Profile
-
The locale, which controls how text displays.
- getLogoResourceId() - Method in class com.visa.checkout.Profile
-
- getLogoUrl() - Method in class com.visa.checkout.Profile
-
The provided url of any logo you would like to show in Visa Checkout.
- getMerchantRequestId() - Method in class com.visa.checkout.PurchaseInfo
-
Get the Merchant's ID that is associated with the request.
- getMisc() - Method in class com.visa.checkout.PurchaseInfo
-
Get the total uncategorized charges that are included in the payment.
- getNewUserWelcomeMessage() - Method in class com.visa.checkout.Profile
-
A welcome message for the new user.
- getNewUserWelcomeMessageDesc() - Method in class com.visa.checkout.Profile
-
Welcome message description
- getOrderId() - Method in class com.visa.checkout.PurchaseInfo
-
A custom value you may use to identify the purchase.
- getPaymentMethodType() - Method in class com.visa.checkout.VisaPaymentSummary
-
Get the payment method type
- getPersonName() - Method in class com.visa.checkout.VisaUserAddress
-
Get the addressee's complete name
- getPhone() - Method in class com.visa.checkout.VisaUserAddress
-
Get the PhoneNumber that is associated with the billing address
- getPhoneNumber() - Method in class com.visa.checkout.VisaUserInfo
-
Get the consumer's PhoneNumber-e.g.
- getPostalCode() - Method in class com.visa.checkout.VisaPaymentSummary
-
Get the postal code that is associated with the billing address
- getPostalCode() - Method in class com.visa.checkout.VisaUserAddress
-
Get the PostalCode that is associated with the billing address
- getProfileName() - Method in class com.visa.checkout.Profile
-
The profile name associated with your Visa Merchant account.
- getPromoCode() - Method in class com.visa.checkout.PurchaseInfo
-
A promotional code entered by the user to make this purchase.
- getReferenceCallId() - Method in class com.visa.checkout.PurchaseInfo
-
This value should be set if a successful
VisaPaymentSummary
was
received AND you need to modify the purchase by invoking the Visa Checkout SDK again for the same purchase.
- getReturnUserWelcomeMessage() - Method in class com.visa.checkout.Profile
-
The message provided to show to returning user.
- getReviewMessage() - Method in class com.visa.checkout.PurchaseInfo
-
Get your message to display on the Review page.
- getShippingAddress() - Method in class com.visa.checkout.VisaUserInfo
-
Get the addressee's ShippingAddress
- getShippingHandling() - Method in class com.visa.checkout.PurchaseInfo
-
Get the total amount for the shipping and handling charges
that is included in the payment.
- getSourceId() - Method in class com.visa.checkout.PurchaseInfo
-
A custom value you may use to identify this user.
- getStateProvinceCode() - Method in class com.visa.checkout.VisaUserAddress
-
Get the name of the state that is associated with the billing address
- getStatusName() - Method in class com.visa.checkout.VisaPaymentSummary
-
Get the result status
- getSubTotal() - Method in class com.visa.checkout.PurchaseInfo
-
Get the subtotal amount that is included in the payment.
- getTax() - Method in class com.visa.checkout.PurchaseInfo
-
Get the total amount for the tax-related charges that
is included in the payment.
- getThreeDSSetup() - Method in class com.visa.checkout.PurchaseInfo
-
Get one or more name-value pairs that you can use to set up
Verified by Visa properties with Visa Checkout.
- getTotal() - Method in class com.visa.checkout.PurchaseInfo
-
Get the total amount of the payment
- getTwoCharacterCountryCode() - Method in class com.visa.checkout.VisaUserAddress
-
Get the CountryCode that is associated with the billing address, e.g.
- getUserReviewAction() - Method in class com.visa.checkout.PurchaseInfo
-
Get the button label in the Visa Checkout lightbox
- getWebsiteUrl() - Method in class com.visa.checkout.Profile
-
Complete URL to your website.
- GIFT_WRAP_CHARGES - Static variable in class com.visa.checkout.PurchaseInfo
-