public final class

IsReadyToPayRequest

extends Object
implements Parcelable
java.lang.Object
   ↳ com.google.android.gms.wallet.IsReadyToPayRequest

Class Overview

A Parcelable request that can optionally be passed to isReadyToPay(GoogleApiClient) to specify additional filtering criteria for determining if a user is considered ready to pay.

Summary

Nested Classes
class IsReadyToPayRequest.Builder Builder for creating an IsReadyToPayRequest
[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Methods
ArrayList<Integer> getAllowedCardNetworks()
static IsReadyToPayRequest.Builder newBuilder()
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Public Methods

public ArrayList<Integer> getAllowedCardNetworks ()

Returns
ArrayList<Integer> The WalletConstants.CardNetworks that will be used to filter the instruments deemed acceptable by isReadyToPay(GoogleApiClient). If not explicitly set, the default supported networks will be AMEX, DISCOVER, MASTERCARD, and VISA.

public static IsReadyToPayRequest.Builder newBuilder ()

Returns
IsReadyToPayRequest.Builder A builder for constructing the IsReadyToPayRequest object.