PurchasePathRequest | Button SDK for Android v7.0.0

PurchasePathRequest

extends Object

Class Overview

A Purchase Path request defines the parameters for a Purchase Path fetch.

See Also

Summary

Public Constructors
PurchasePathRequest( String url)


Creates a new Purchase Path request with the given url.
Public Methods
String
String
String
String
void
void
void

| [Expand] | Inherited Methods | | --- | | From class java.lang.Object

Public Constructors

public PurchasePathRequest( String url)

Creates a new Purchase Path request with the given url.

Parameters

| url | the merchant url. |

Public Methods

public StringgetOfferId()

The Button-provided identifier for the offer backing this Purchase Path request.

public StringgetPlacementId()

An optional description of the instance of a button that triggers this request.

public StringgetPubRef()

An optional token to be associated with all downstream orders, transactions and webhooks. (Max 100 chars.)

public StringgetUrl()

A merchant URL to a product, category or just the homepage.

public void setOfferId( String offerId)

public void setPlacementId( String placementId)

public void setPubRef( String pubRef)