All Methods Instance Methods Abstract Methods
Modifier and Type |
Method and Description |
ContactInformation |
getContactInformation(ShopRequestContext requestContext) |
ContentPage |
getPrivacyPolicy(ShopRequestContext requestContext) |
ContentPage |
getRightsOfWithdrawal(ShopRequestContext requestContext) |
ContentPage |
getShippingInformation(ShopRequestContext requestContext) |
LegalContentSummary |
getSummary(ShopRequestContext requestContext) |
ContentPage |
getTermsAndConditions(ShopRequestContext requestContext) |
ContactInformation |
updateContactInformation(ContactInformation contactInformation,
java.lang.String shopId,
java.util.Locale locale) |
ContentPage |
updatePrivacyPolicy(ContentPage privacyPolicy,
java.lang.String shopId,
java.util.Locale locale) |
ContentPage |
updateRightsOfWithdrawal(ContentPage rightsOfWidthdrawal,
java.lang.String shopId,
java.util.Locale locale) |
ContentPage |
updateShippingInformation(ContentPage shippingInformation,
java.lang.String shopId,
java.util.Locale locale) |
ContentPage |
updateTermsAndConditions(ContentPage termsAndConditions,
java.lang.String shopId,
java.util.Locale locale) |