Package com.adyen.model.marketpayaccount
Class MigratedStores
- java.lang.Object
-
- com.adyen.model.marketpayaccount.MigratedStores
-
public class MigratedStores extends Object
MigratedStores
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_BUSINESS_LINE_IDstatic StringJSON_PROPERTY_STORE_CODEstatic StringJSON_PROPERTY_STORE_IDstatic StringJSON_PROPERTY_STORE_REFERENCE
-
Constructor Summary
Constructors Constructor Description MigratedStores()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MigratedStoresbusinessLineId(String businessLineId)booleanequals(Object o)Return true if this MigratedStores object is equal to o.static MigratedStoresfromJson(String jsonString)Create an instance of MigratedStores given an JSON stringStringgetBusinessLineId()The unique identifier of the business line associated with the migrated account holder in the balance platform.StringgetStoreCode()The unique identifier of the store associated with the migrated account holder in the classic integration.StringgetStoreId()The unique identifier of the store associated with the migrated account holder in the balance platform.StringgetStoreReference()Your reference for the store in the classic integration.inthashCode()voidsetBusinessLineId(String businessLineId)voidsetStoreCode(String storeCode)voidsetStoreId(String storeId)voidsetStoreReference(String storeReference)MigratedStoresstoreCode(String storeCode)MigratedStoresstoreId(String storeId)MigratedStoresstoreReference(String storeReference)StringtoJson()Convert an instance of MigratedStores to an JSON stringStringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_BUSINESS_LINE_ID
public static final String JSON_PROPERTY_BUSINESS_LINE_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_STORE_CODE
public static final String JSON_PROPERTY_STORE_CODE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_STORE_ID
public static final String JSON_PROPERTY_STORE_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_STORE_REFERENCE
public static final String JSON_PROPERTY_STORE_REFERENCE
- See Also:
- Constant Field Values
-
-
Method Detail
-
businessLineId
public MigratedStores businessLineId(String businessLineId)
-
getBusinessLineId
public String getBusinessLineId()
The unique identifier of the business line associated with the migrated account holder in the balance platform.- Returns:
- businessLineId
-
setBusinessLineId
public void setBusinessLineId(String businessLineId)
-
storeCode
public MigratedStores storeCode(String storeCode)
-
getStoreCode
public String getStoreCode()
The unique identifier of the store associated with the migrated account holder in the classic integration.- Returns:
- storeCode
-
setStoreCode
public void setStoreCode(String storeCode)
-
storeId
public MigratedStores storeId(String storeId)
-
getStoreId
public String getStoreId()
The unique identifier of the store associated with the migrated account holder in the balance platform.- Returns:
- storeId
-
setStoreId
public void setStoreId(String storeId)
-
storeReference
public MigratedStores storeReference(String storeReference)
-
getStoreReference
public String getStoreReference()
Your reference for the store in the classic integration. The [Customer Area](https://ca-test.adyen.com/) uses this value for the store description.- Returns:
- storeReference
-
setStoreReference
public void setStoreReference(String storeReference)
-
equals
public boolean equals(Object o)
Return true if this MigratedStores object is equal to o.
-
fromJson
public static MigratedStores fromJson(String jsonString) throws com.fasterxml.jackson.core.JsonProcessingException
Create an instance of MigratedStores given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of MigratedStores
- Throws:
com.fasterxml.jackson.core.JsonProcessingException- if the JSON string is invalid with respect to MigratedStores
-
toJson
public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
Convert an instance of MigratedStores to an JSON string- Returns:
- JSON string
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-