Class CreditCardResult
java.lang.Object
org.machanism.macha.core.entities.payment.CreditCardResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the credit card.Gets the errors.Gets the message.boolean
Checks if is success.void
setCreditCard
(CreditCard target) Sets the credit card.void
Sets the errors.void
setMessage
(String message) Sets the message.void
setSuccess
(boolean success) Sets the success.toString()
-
Constructor Details
-
CreditCardResult
public CreditCardResult()
-
-
Method Details
-
isSuccess
-
getCreditCard
-
getErrors
-
getMessage
-
setSuccess
-
setCreditCard
Sets the credit card.- Parameters:
target
- the new credit card
-
setErrors
-
setMessage
-
toString
-