Class CisPaymentProfileResult
- java.lang.Object
-
- com.hybris.cis.client.shared.models.CisResult
-
- com.hybris.cis.client.payment.models.CisPaymentTransactionResult
-
- com.hybris.cis.client.payment.models.CisPaymentProfileResult
-
- All Implemented Interfaces:
Identifiable
public class CisPaymentProfileResult extends CisPaymentTransactionResult
The result of a profile creation.
-
-
Constructor Summary
Constructors Constructor Description CisPaymentProfileResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComments()CisCreditCardgetCreditCard()java.lang.StringgetCurrency()CisAddressgetCustomerAddress()CisCvnDecisiongetCvnDecision()CisPaymentTransactionResultgetValidationResult()voidsetComments(java.lang.String comments)voidsetCreditCard(CisCreditCard creditCard)voidsetCurrency(java.lang.String currency)voidsetCustomerAddress(CisAddress customerAddress)voidsetCvnDecision(CisCvnDecision cvnDecision)voidsetValidationResult(CisPaymentTransactionResult validationResult)-
Methods inherited from class com.hybris.cis.client.payment.models.CisPaymentTransactionResult
getAmount, getBalance, getClientAuthorizationId, getRequest, getTransactionVerificationKey, setAmount, setBalance, setClientAuthorizationId, setRequest, setTransactionVerificationKey, toString
-
Methods inherited from class com.hybris.cis.client.shared.models.CisResult
getClientRefId, getDecision, getHref, getId, getVendorId, getVendorReasonCode, getVendorResponses, getVendorStatusCode, setClientRefId, setDecision, setHref, setId, setVendorId, setVendorReasonCode, setVendorResponses, setVendorStatusCode
-
-
-
-
Method Detail
-
getValidationResult
public CisPaymentTransactionResult getValidationResult()
-
setValidationResult
public void setValidationResult(CisPaymentTransactionResult validationResult)
-
getCurrency
public java.lang.String getCurrency()
-
setCurrency
public void setCurrency(java.lang.String currency)
-
getCustomerAddress
public CisAddress getCustomerAddress()
-
setCustomerAddress
public void setCustomerAddress(CisAddress customerAddress)
-
getComments
public java.lang.String getComments()
-
setComments
public void setComments(java.lang.String comments)
-
getCreditCard
public CisCreditCard getCreditCard()
-
setCreditCard
public void setCreditCard(CisCreditCard creditCard)
-
setCvnDecision
public void setCvnDecision(CisCvnDecision cvnDecision)
-
getCvnDecision
public CisCvnDecision getCvnDecision()
-
-