|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.rimlib.blackberry.api.payment.PurchaseArguments
public final class PurchaseArguments
Represents a set of arguments used for initiating a digital good purchase via
PaymentEngine.purchase(PurchaseArguments)
.
Instances of this class must be constructed with a PurchaseArgumentsBuilder
.
Refer to PurchaseArgumentsBuilder
for an in-depth explanation of how
to set the arguments and how they are used in the purchase flow.
PurchaseArgumentsBuilder
Method Summary | |
---|---|
String |
getDigitalGoodId()
Retrieves the ID of the digital good being purchased. |
String |
getDigitalGoodName()
Retrieves the name of the digital good being purchased. |
String |
getDigitalGoodSku()
Retrieves the SKU of the digital good being purchased. |
String |
getMetadata()
Retrieves the metadata associated with the purchase. |
net.rim.device.api.system.Bitmap |
getPurchasingAppIcon()
Retrieves the icon of the application requesting the purchase. |
String |
getPurchasingAppName()
Retrieves the name of the application requesting the purchase. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getDigitalGoodId()
public String getDigitalGoodSku()
public String getDigitalGoodName()
public String getPurchasingAppName()
public net.rim.device.api.system.Bitmap getPurchasingAppIcon()
public String getMetadata()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |