Package com.onslip360
Class API.SwishConfig
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.SwishConfig>
 - 
- com.onslip360.API.SwishConfig
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.SwishConfig>>
- Enclosing class:
 - API
 
public static class API.SwishConfig extends Onslip360Object<API.SwishConfig>
 
- 
- 
Constructor Summary
Constructors Constructor Description SwishConfig(String cpcUri, String qrgUri) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcpcUri()API.SwishConfigcpcUri(String cpcUri)StringqrgUri()API.SwishConfigqrgUri(String qrgUri)- 
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
- 
cpcUri
@Nonnull public String cpcUri()
 
- 
qrgUri
@Nonnull public String qrgUri()
 
- 
cpcUri
@Nonnull public API.SwishConfig cpcUri(String cpcUri)
 
- 
qrgUri
@Nonnull public API.SwishConfig qrgUri(String qrgUri)
 
 - 
 
 -