public class PaymentRequest
extends java.lang.Object
A data object required to make a new payment.
Use PaymentRequest.PaymentRequestBuilder to create one and then call PaymentActivity#makePayment(PaymentRequest)
giving this as a parameter.
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentRequest.PaymentRequestBuilder
A builder class to make PaymentRequest objects.
|
| Modifier and Type | Method and Description |
|---|---|
android.content.Intent |
toIntent(android.content.Context context) |