Package com.adyen.model.hpp
Class PaymentMethod
- java.lang.Object
-
- com.adyen.model.hpp.PaymentMethod
-
public class PaymentMethod extends Object
-
-
Constructor Summary
Constructors Constructor Description PaymentMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBrandCode()List<Issuer>getIssuers()StringgetName()booleanisCard()voidsetBrandCode(String brandCode)voidsetIssuers(List<Issuer> issuers)voidsetName(String name)StringtoString()
-