java.lang.Object | |
↳ | com.google.android.gms.wallet.IsReadyToPayRequest.Builder |
Builder for creating an IsReadyToPayRequest
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds a card network for cards allowed for the purchase.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Adds a card network for cards allowed for the purchase. See WalletConstants.CardNetwork
for available options. If not explicitly set, the default
supported networks will be AMEX
, DISCOVER
, MASTERCARD
, and
VISA
.
Parameters | |
---|---|
allowedCardNetwork |
int
|
Returns | |
---|---|
IsReadyToPayRequest.Builder |
Returns | |
---|---|
IsReadyToPayRequest |
The actual IsReadyToPayRequest created using the data passed to the Builder
object.
|