public final class

IsReadyToPayRequest

extends Object
implements SafeParcelable
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 com.google.android.gms.common.internal.safeparcel.SafeParcelable
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

public static IsReadyToPayRequest.Builder newBuilder ()

Returns