Package com.onslip360
Class API.MerchantConfig
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.MerchantConfig>
-
- com.onslip360.API.MerchantConfig
-
- All Implemented Interfaces:
Cloneable,Comparable<Onslip360Object<API.MerchantConfig>>
- Enclosing class:
- API
public static class API.MerchantConfig extends Onslip360Object<API.MerchantConfig>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>generalInfo()API.MerchantConfiggeneralInfo(String generalInfo)StringresellerName()API.MerchantConfigresellerName(String resellerName)StringsalesEmail()API.MerchantConfigsalesEmail(String salesEmail)StringsalesPhone()API.MerchantConfigsalesPhone(String salesPhone)StringsupportEmail()API.MerchantConfigsupportEmail(String supportEmail)StringsupportPhone()API.MerchantConfigsupportPhone(String supportPhone)StringtermsAndConditionsUri()API.MerchantConfigtermsAndConditionsUri(String termsAndConditionsUri)Float[]vatRates()API.MerchantConfigvatRates(Float[] vatRates)Stringweb()API.MerchantConfigweb(String web)-
Methods inherited from class com.onslip360.Onslip360Object
clone, compareTo, equals, fromJson, fromJson, fromJsonArray, fromJsonArray, fromList, fromMap, fromObject, getExtended, hashCode, setExtended, setExtended, toJson, toJson, toJson, toJson, toList, toMap, toString
-
-
-
-
Method Detail
-
resellerName
@Nonnull public String resellerName()
-
salesEmail
@Nonnull public String salesEmail()
-
salesPhone
@Nonnull public String salesPhone()
-
supportEmail
@Nonnull public String supportEmail()
-
supportPhone
@Nonnull public String supportPhone()
-
termsAndConditionsUri
@Nonnull public String termsAndConditionsUri()
-
vatRates
@Nonnull public Float[] vatRates()
-
web
@Nonnull public String web()
-
generalInfo
@Nonnull public API.MerchantConfig generalInfo(@Nullable String generalInfo)
-
resellerName
@Nonnull public API.MerchantConfig resellerName(String resellerName)
-
salesEmail
@Nonnull public API.MerchantConfig salesEmail(String salesEmail)
-
salesPhone
@Nonnull public API.MerchantConfig salesPhone(String salesPhone)
-
supportEmail
@Nonnull public API.MerchantConfig supportEmail(String supportEmail)
-
supportPhone
@Nonnull public API.MerchantConfig supportPhone(String supportPhone)
-
termsAndConditionsUri
@Nonnull public API.MerchantConfig termsAndConditionsUri(String termsAndConditionsUri)
-
vatRates
@Nonnull public API.MerchantConfig vatRates(Float[] vatRates)
-
web
@Nonnull public API.MerchantConfig web(String web)
-
-