public class

Product

extends Object
java.lang.Object
   ↳ com.usebutton.sdk.checkout.Product

Class Overview

Class representing a product

Summary

Public Constructors
Product()
Default constructor
Product(JSONObject json)
Constructor
Public Methods
boolean equals(Object obj)
String getUri()
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Product ()

Default constructor

public Product (JSONObject json)

Constructor

Parameters
json JSON response from the page view api

Public Methods

public boolean equals (Object obj)

public String getUri ()

public int hashCode ()