public class BillingAgreementRequest extends CheckoutRequest
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<BillingAgreementRequest> |
CREATOR |
mApprovalUrl, mTokenQueryParamKey| Modifier | Constructor and Description |
|---|---|
|
BillingAgreementRequest() |
protected |
BillingAgreementRequest(android.os.Parcel source) |
| Modifier and Type | Method and Description |
|---|---|
BillingAgreementRequest |
approvalURL(java.lang.String approvalURL) |
Recipe |
getRecipeToExecute(android.content.Context context,
OtcConfiguration config) |
BillingAgreementRequest |
pairingId(java.lang.String pairingId) |
getBrowserSwitchRecipe, getBrowserSwitchUrl, getPairingId, parseBrowserResponse, trackFpti, validateV1V2Response, writeToParcelcancelUrl, clientId, clientMetadataId, describeContents, environment, getCancelUrl, getClientId, getClientMetadataId, getEnvironment, getSuccessUrl, successUrlpublic static final android.os.Parcelable.Creator<BillingAgreementRequest> CREATOR
public BillingAgreementRequest()
protected BillingAgreementRequest(android.os.Parcel source)
public BillingAgreementRequest pairingId(java.lang.String pairingId)
pairingId in class CheckoutRequestpublic BillingAgreementRequest approvalURL(java.lang.String approvalURL)
approvalURL in class CheckoutRequestpublic Recipe getRecipeToExecute(android.content.Context context, OtcConfiguration config)
getRecipeToExecute in class CheckoutRequest