Package com.onslip360
Class API.Partial_MerchantConfig
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Partial_MerchantConfig>
-
- com.onslip360.API.Partial_MerchantConfig
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Partial_MerchantConfig>>
- Enclosing class:
- API
public static class API.Partial_MerchantConfig extends Onslip360Object<API.Partial_MerchantConfig>
-
-
Constructor Summary
Constructors Constructor Description Partial_MerchantConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Erasable<String>
generalInfo()
API.Partial_MerchantConfig
generalInfo(Erasable<String> generalInfo)
API.Partial_MerchantConfig
generalInfo(String generalInfo)
Optional<String>
resellerName()
API.Partial_MerchantConfig
resellerName(String resellerName)
Optional<String>
salesEmail()
API.Partial_MerchantConfig
salesEmail(String salesEmail)
Optional<String>
salesPhone()
API.Partial_MerchantConfig
salesPhone(String salesPhone)
Optional<String>
supportEmail()
API.Partial_MerchantConfig
supportEmail(String supportEmail)
Optional<String>
supportPhone()
API.Partial_MerchantConfig
supportPhone(String supportPhone)
Optional<String>
termsAndConditionsUri()
API.Partial_MerchantConfig
termsAndConditionsUri(String termsAndConditionsUri)
Optional<Float[]>
vatRates()
API.Partial_MerchantConfig
vatRates(Float[] vatRates)
Optional<String>
web()
API.Partial_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
-
generalInfo
@Nonnull public API.Partial_MerchantConfig generalInfo(@Nullable String generalInfo)
-
generalInfo
@Nonnull public API.Partial_MerchantConfig generalInfo(@Nullable Erasable<String> generalInfo)
-
resellerName
@Nonnull public API.Partial_MerchantConfig resellerName(@Nullable String resellerName)
-
salesEmail
@Nonnull public API.Partial_MerchantConfig salesEmail(@Nullable String salesEmail)
-
salesPhone
@Nonnull public API.Partial_MerchantConfig salesPhone(@Nullable String salesPhone)
-
supportEmail
@Nonnull public API.Partial_MerchantConfig supportEmail(@Nullable String supportEmail)
-
supportPhone
@Nonnull public API.Partial_MerchantConfig supportPhone(@Nullable String supportPhone)
-
termsAndConditionsUri
@Nonnull public API.Partial_MerchantConfig termsAndConditionsUri(@Nullable String termsAndConditionsUri)
-
vatRates
@Nonnull public API.Partial_MerchantConfig vatRates(@Nullable Float[] vatRates)
-
web
@Nonnull public API.Partial_MerchantConfig web(@Nullable String web)
-
-