public class PreceptServiceSample extends Object
Modifier and Type | Field and Description |
---|---|
private OrderService |
orderService |
private PreceptService |
preceptService |
private SellerService |
sellerService |
Constructor and Description |
---|
PreceptServiceSample(URL url,
Credentials credentials,
Transport transport) |
Modifier and Type | Method and Description |
---|---|
private PreceptItemInfo |
createPreceptItem(String productIdentifier,
int delta) |
private PreceptItemInfo |
createPreceptItem(String productIdentifier,
String customization,
int delta) |
private String |
postOrder(int currentSellerVersion) |
void |
test() |
private void |
testOrderPrecept(String orderIdentifier,
String preceptIdentifier) |
private final SellerService sellerService
private final PreceptService preceptService
private final OrderService orderService
public PreceptServiceSample(URL url, Credentials credentials, Transport transport)
Copyright © 2022. All rights reserved.