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.MerchantConfig
generalInfo(String generalInfo)
String
resellerName()
API.MerchantConfig
resellerName(String resellerName)
String
salesEmail()
API.MerchantConfig
salesEmail(String salesEmail)
String
salesPhone()
API.MerchantConfig
salesPhone(String salesPhone)
String
supportEmail()
API.MerchantConfig
supportEmail(String supportEmail)
String
supportPhone()
API.MerchantConfig
supportPhone(String supportPhone)
String
termsAndConditionsUri()
API.MerchantConfig
termsAndConditionsUri(String termsAndConditionsUri)
Float[]
vatRates()
API.MerchantConfig
vatRates(Float[] vatRates)
String
web()
API.MerchantConfig
web(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)
-
-