Package com.inttegro
Class Client.PurchaseIntentsClient
java.lang.Object
com.inttegro.Client.PurchaseIntentsClient
- Enclosing class:
- Client
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncancel(CancelPurchaseIntentParams params) create(CreatePurchaseIntentParams params) lookup(LookupPurchaseIntentParams params) page(PagePurchaseIntentsParams params) update(UpdatePurchaseIntentParams params)
-
Constructor Details
-
PurchaseIntentsClient
-
-
Method Details
-
create
public PurchaseIntent create(CreatePurchaseIntentParams params) throws IOException, InterruptedException, ApiException -
lookup
-
lookup
public PurchaseIntent lookup(LookupPurchaseIntentParams params) throws IOException, InterruptedException, ApiException -
page
public PurchaseIntentPage page(PagePurchaseIntentsParams params) throws IOException, InterruptedException, ApiException -
update
public PurchaseIntent update(UpdatePurchaseIntentParams params) throws IOException, InterruptedException, ApiException -
cancel
-
cancel
public PurchaseIntent cancel(CancelPurchaseIntentParams params) throws IOException, InterruptedException, ApiException
-