A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developers.google.com/android/reference/com/google/android/gms/wallet/PaymentDataRequest below:

PaymentDataRequest | Google Play services

PaymentDataRequest

Stay organized with collections Save and categorize content based on your preferences.

Parcelable representing a payment data request, which provides necessary information to support a payment. See the available fields for more information.

Fields Public Methods public CardRequirements getCardRequirements ()

This method is deprecated.
Use the JSON request format instead, see fromJson(String).

Returns public Bundle getSavedState () public ShippingAddressRequirements getShippingAddressRequirements ()

This method is deprecated.
Use the JSON request format instead, see fromJson(String).

Returns public TransactionInfo getTransactionInfo ()

This method is deprecated.
Use the JSON request format instead, see fromJson(String).

Returns public boolean isEmailRequired ()

This method is deprecated.
Use the JSON request format instead, see fromJson(String).

Returns public boolean isPhoneNumberRequired ()

This method is deprecated.
Use the JSON request format instead, see fromJson(String).

Returns public boolean isShippingAddressRequired ()

This method is deprecated.
Use the JSON request format instead, see fromJson(String).

Returns public boolean isUiRequired ()

This method is deprecated.
Use the JSON request format instead, see fromJson(String).

Returns public PaymentDataRequest withSavedState (Bundle savedState)

Returns a new instance of PaymentDataRequest with an associated caller's saved state.

Saved state is a construct that allows the callers of PaymentsClient.loadPaymentData(PaymentDataRequest) to keep state across a particular invocation of loadPaymentData and get that state back in a successful response of PaymentData.

The saved state may also be read within the callbacks in the input objects (IntermediatePaymentData, PaymentData) passed to implementations of BasePaymentDataCallbacks service as well as be updated in the output objects (PaymentDataRequestUpdate, PaymentAuthorizationResult). This allows the caller to keep transactional state across different invocations of the callbacks.

public void writeToParcel (Parcel dest, int flags)

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-10-31 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["`PaymentDataRequest` is a Parcelable representing payment information, supporting payment processing."],["It's recommended to use the JSON request format via `fromJson(String)` and `toJson()` for creating and managing `PaymentDataRequest` objects."],["Many older methods are deprecated in favor of the JSON format, and their use is discouraged."],["`PaymentDataRequest` can store a saved state, allowing callers to maintain context across payment operations and callbacks."],["Google Pay API documentation provides details on the expected JSON format for `PaymentDataRequest`."]]],[]]


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4