Class PaymentGroup
java.lang.Object
org.machanism.macha.core.entities.base.identifier.EntityId
org.machanism.macha.core.entities.payment.PaymentGroupId
org.machanism.macha.core.entities.payment.PaymentGroup
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()
getToken()
void
setBillingAddress
(AddressId billingAddress) void
setCardCustomerLocation
(String cardCustomerLocation) void
setCardHolderName
(String cardHolderName) void
setCardSummary
(String cardSummary) void
setCardType
(String cardType) void
setCountryOfIssuance
(String countryOfIssuance) void
setCreatedAt
(Date createdAt) void
setCreditCardInfo
(CreditCardInfo creditCardInfo) void
setCurrency
(String currency) void
void
setIsCommercial
(String isCommercial) void
setIsDebit
(String isDebit) void
setIsPrepaid
(String isPrepaid) void
setIssuingBank
(String issuingBank) void
setMaskedNumber
(String maskedNumber) void
setMerchantAccountId
(String merchantAccountId) void
void
void
setValidationErrors
(Errors validationErrors)
-
Constructor Details
-
PaymentGroup
public PaymentGroup()
-
-
Method Details
-
getBillingAddress
-
setBillingAddress
-
getCreditCardInfo
-
setCreditCardInfo
-
getEmail
-
setEmail
-
getValidationErrors
-
setValidationErrors
-
getToken
-
setToken
-
getCurrency
-
setCurrency
-
getCreatedAt
-
setCreatedAt
-
getMerchantAccountId
-
setMerchantAccountId
-
getStatus
-
setStatus
-
getCardType
-
setCardType
-
getCardHolderName
-
setCardHolderName
-
getMaskedNumber
-
setMaskedNumber
-
getCardSummary
-
setCardSummary
-
getCountryOfIssuance
-
setCountryOfIssuance
-
getIssuingBank
-
setIssuingBank
-
getCardCustomerLocation
-
setCardCustomerLocation
-
getIsCommercial
-
setIsCommercial
-
getIsDebit
-
setIsDebit
-
getIsPrepaid
-
setIsPrepaid
-