Package com.adyen.model.checkout
Class StoringMethod
- java.lang.Object
-
- com.adyen.model.checkout.StoringMethod
-
public class StoringMethod extends Object
-
-
Constructor Summary
Constructors Constructor Description StoringMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetPushAccountReceipt()StringgetShopperIP()StringgetType()inthashCode()StoringMethodpushAccountReceipt(String pushAccountReceipt)voidsetPushAccountReceipt(String pushAccountReceipt)voidsetShopperIP(String shopperIP)voidsetType(String type)StoringMethodshopperIP(String shopperIP)StringtoString()StoringMethodtype(String type)
-
-
-
Method Detail
-
pushAccountReceipt
public StoringMethod pushAccountReceipt(String pushAccountReceipt)
-
getPushAccountReceipt
public String getPushAccountReceipt()
-
setPushAccountReceipt
public void setPushAccountReceipt(String pushAccountReceipt)
-
shopperIP
public StoringMethod shopperIP(String shopperIP)
-
getShopperIP
public String getShopperIP()
-
setShopperIP
public void setShopperIP(String shopperIP)
-
type
public StoringMethod type(String type)
-
getType
public String getType()
-
setType
public void setType(String type)
-
-