Package com.onslip360
Class API.Partial_MerchantParams
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Partial_MerchantParams>
 - 
- com.onslip360.API.Partial_MerchantParams
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Partial_MerchantParams>>
- Enclosing class:
 - API
 
public static class API.Partial_MerchantParams extends Onslip360Object<API.Partial_MerchantParams>
 
- 
- 
Constructor Summary
Constructors Constructor Description Partial_MerchantParams() 
- 
Method Summary
- 
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
- 
availableFeatures
@Nonnull public Optional<API.CompanyFeature.Flag[]> availableFeatures()
 
- 
requiredFeatures
@Nonnull public Optional<API.CompanyFeature.Flag[]> requiredFeatures()
 
- 
availableFeatures
@Nonnull public API.Partial_MerchantParams availableFeatures(@Nullable API.CompanyFeature.Flag[] availableFeatures)
 
- 
generalInfo
@Nonnull public API.Partial_MerchantParams generalInfo(@Nullable String generalInfo)
 
- 
generalInfo
@Nonnull public API.Partial_MerchantParams generalInfo(@Nullable Erasable<String> generalInfo)
 
- 
requiredFeatures
@Nonnull public API.Partial_MerchantParams requiredFeatures(@Nullable API.CompanyFeature.Flag[] requiredFeatures)
 
- 
resellerAlias
@Nonnull public API.Partial_MerchantParams resellerAlias(@Nullable String resellerAlias)
 
- 
resellerAlias
@Nonnull public API.Partial_MerchantParams resellerAlias(@Nullable Erasable<String> resellerAlias)
 
- 
resellerName
@Nonnull public API.Partial_MerchantParams resellerName(@Nullable String resellerName)
 
- 
salesEmail
@Nonnull public API.Partial_MerchantParams salesEmail(@Nullable String salesEmail)
 
- 
salesPhone
@Nonnull public API.Partial_MerchantParams salesPhone(@Nullable String salesPhone)
 
- 
supportEmail
@Nonnull public API.Partial_MerchantParams supportEmail(@Nullable String supportEmail)
 
- 
supportPhone
@Nonnull public API.Partial_MerchantParams supportPhone(@Nullable String supportPhone)
 
- 
termsAndConditionsUri
@Nonnull public API.Partial_MerchantParams termsAndConditionsUri(@Nullable String termsAndConditionsUri)
 
- 
vatRates
@Nonnull public API.Partial_MerchantParams vatRates(@Nullable Float[] vatRates)
 
- 
web
@Nonnull public API.Partial_MerchantParams web(@Nullable String web)
 
 - 
 
 -