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_MerchantConfiggeneralInfo(Erasable<String> generalInfo)API.Partial_MerchantConfiggeneralInfo(String generalInfo)Optional<String>resellerName()API.Partial_MerchantConfigresellerName(String resellerName)Optional<String>salesEmail()API.Partial_MerchantConfigsalesEmail(String salesEmail)Optional<String>salesPhone()API.Partial_MerchantConfigsalesPhone(String salesPhone)Optional<String>supportEmail()API.Partial_MerchantConfigsupportEmail(String supportEmail)Optional<String>supportPhone()API.Partial_MerchantConfigsupportPhone(String supportPhone)Optional<String>termsAndConditionsUri()API.Partial_MerchantConfigtermsAndConditionsUri(String termsAndConditionsUri)Optional<Float[]>vatRates()API.Partial_MerchantConfigvatRates(Float[] vatRates)Optional<String>web()API.Partial_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
- 
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)
 
 - 
 
 -