All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
CommerceMerchantSettings |
copyFrom(CommerceMerchantSettings instance) |
CommerceMerchantSettings.APIRequestCreateOrderManagementApp |
createOrderManagementApp() |
CommerceMerchantSettings.APIRequestCreateShippingProfile |
createShippingProfile() |
CommerceMerchantSettings.APIRequestCreateWhatsappChannel |
createWhatsappChannel() |
CommerceMerchantSettings |
fetch() |
static CommerceMerchantSettings |
fetchById(Long id,
APIContext context) |
static CommerceMerchantSettings |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<CommerceMerchantSettings> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<CommerceMerchantSettings> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<CommerceMerchantSettings> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<CommerceMerchantSettings>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
CommerceMerchantSettings.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldBraintreeMerchantId() |
String |
getFieldCheckoutMessage() |
String |
getFieldContactEmail() |
String |
getFieldCta() |
Boolean |
getFieldDisableCheckoutUrls() |
String |
getFieldDisplayName() |
String |
getFieldExternalMerchantId() |
Object |
getFieldFacebookChannel() |
Boolean |
getFieldHasDiscountCode() |
String |
getFieldId() |
Object |
getFieldInstagramChannel() |
String |
getFieldMerchantAlertEmail() |
Profile |
getFieldMerchantPage() |
String |
getFieldMerchantStatus() |
Object |
getFieldOnsiteCommerceMerchant() |
String |
getFieldPaymentProvider() |
Map<String,String> |
getFieldPrivacyUrlByLocale() |
List<String> |
getFieldReviewRejectionMessages() |
List<String> |
getFieldReviewRejectionReasons() |
String |
getFieldReviewStatus() |
List<String> |
getFieldSupportedCardTypes() |
String |
getFieldTerms() |
Map<String,String> |
getFieldTermsUrlByLocale() |
Object |
getFieldWhatsappChannel() |
String |
getId() |
CommerceMerchantSettings.APIRequestGetOrderManagementApps |
getOrderManagementApps() |
static APIRequest.ResponseParser<CommerceMerchantSettings> |
getParser() |
CommerceMerchantSettings.APIRequestGetProductCatalogs |
getProductCatalogs() |
CommerceMerchantSettings.APIRequestGetReturns |
getReturns() |
CommerceMerchantSettings.APIRequestGetSetupStatus |
getSetupStatus() |
CommerceMerchantSettings.APIRequestGetShippingProfiles |
getShippingProfiles() |
CommerceMerchantSettings.APIRequestGetTaxSettings |
getTaxSettings() |
static CommerceMerchantSettings |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<CommerceMerchantSettings> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |