Class Subscription.PaymentMethod
java.lang.Object
com.maplander.backend.utils.Subscription.PaymentMethod
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBrand()
getLast4()
getName()
getType()
void
setAccountType
(String accountType) void
setAuthCode
(String authCode) void
void
setCountry
(String country) void
setExpMonth
(String expMonth) void
setExpYear
(String expYear) void
setFraudIndicators
(List<Object> fraudIndicators) void
void
void
void
void
toString()
-
Constructor Details
-
PaymentMethod
public PaymentMethod()
-
-
Method Details
-
getName
-
setName
-
getExpMonth
-
setExpMonth
-
getExpYear
-
setExpYear
-
getAuthCode
-
setAuthCode
-
getObject
-
setObject
-
getType
-
setType
-
getLast4
-
setLast4
-
getBrand
-
setBrand
-
getIssuer
-
setIssuer
-
getAccountType
-
setAccountType
-
getCountry
-
setCountry
-
getFraudIndicators
-
setFraudIndicators
-
toString
-