Package com.adyen.model.nexo
Class RepeatedMessageResponseBody
- java.lang.Object
-
- com.adyen.model.nexo.RepeatedMessageResponseBody
-
public class RepeatedMessageResponseBody extends Object
The type Repeated message response body.
-
-
Field Summary
Fields Modifier and Type Field Description protected CardAcquisitionResponsecardAcquisitionResponseThe Card acquisition response.protected CardReaderAPDUResponsecardReaderAPDUResponseThe Card reader apdu response.protected LoyaltyResponseloyaltyResponseThe Loyalty response.protected PaymentResponsepaymentResponseThe Payment response.protected ReversalResponsereversalResponseThe Reversal response.protected StoredValueResponsestoredValueResponseThe Stored value response.
-
Constructor Summary
Constructors Constructor Description RepeatedMessageResponseBody()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CardAcquisitionResponsegetCardAcquisitionResponse()Gets the value of the cardAcquisitionResponse property.CardReaderAPDUResponsegetCardReaderAPDUResponse()Gets the value of the cardReaderAPDUResponse property.LoyaltyResponsegetLoyaltyResponse()Gets the value of the loyaltyResponse property.PaymentResponsegetPaymentResponse()Gets the value of the paymentResponse property.ReversalResponsegetReversalResponse()Gets the value of the reversalResponse property.StoredValueResponsegetStoredValueResponse()Gets the value of the storedValueResponse property.voidsetCardAcquisitionResponse(CardAcquisitionResponse value)Sets the value of the cardAcquisitionResponse property.voidsetCardReaderAPDUResponse(CardReaderAPDUResponse value)Sets the value of the cardReaderAPDUResponse property.voidsetLoyaltyResponse(LoyaltyResponse value)Sets the value of the loyaltyResponse property.voidsetPaymentResponse(PaymentResponse value)Sets the value of the paymentResponse property.voidsetReversalResponse(ReversalResponse value)Sets the value of the reversalResponse property.voidsetStoredValueResponse(StoredValueResponse value)Sets the value of the storedValueResponse property.
-
-
-
Field Detail
-
loyaltyResponse
protected LoyaltyResponse loyaltyResponse
The Loyalty response.
-
paymentResponse
protected PaymentResponse paymentResponse
The Payment response.
-
reversalResponse
protected ReversalResponse reversalResponse
The Reversal response.
-
storedValueResponse
protected StoredValueResponse storedValueResponse
The Stored value response.
-
cardAcquisitionResponse
protected CardAcquisitionResponse cardAcquisitionResponse
The Card acquisition response.
-
cardReaderAPDUResponse
protected CardReaderAPDUResponse cardReaderAPDUResponse
The Card reader apdu response.
-
-
Method Detail
-
getLoyaltyResponse
public LoyaltyResponse getLoyaltyResponse()
Gets the value of the loyaltyResponse property.- Returns:
- possible object is
LoyaltyResponse
-
setLoyaltyResponse
public void setLoyaltyResponse(LoyaltyResponse value)
Sets the value of the loyaltyResponse property.- Parameters:
value- allowed object isLoyaltyResponse
-
getPaymentResponse
public PaymentResponse getPaymentResponse()
Gets the value of the paymentResponse property.- Returns:
- possible object is
PaymentResponse
-
setPaymentResponse
public void setPaymentResponse(PaymentResponse value)
Sets the value of the paymentResponse property.- Parameters:
value- allowed object isPaymentResponse
-
getReversalResponse
public ReversalResponse getReversalResponse()
Gets the value of the reversalResponse property.- Returns:
- possible object is
ReversalResponse
-
setReversalResponse
public void setReversalResponse(ReversalResponse value)
Sets the value of the reversalResponse property.- Parameters:
value- allowed object isReversalResponse
-
getStoredValueResponse
public StoredValueResponse getStoredValueResponse()
Gets the value of the storedValueResponse property.- Returns:
- possible object is
StoredValueResponse
-
setStoredValueResponse
public void setStoredValueResponse(StoredValueResponse value)
Sets the value of the storedValueResponse property.- Parameters:
value- allowed object isStoredValueResponse
-
getCardAcquisitionResponse
public CardAcquisitionResponse getCardAcquisitionResponse()
Gets the value of the cardAcquisitionResponse property.- Returns:
- possible object is
CardAcquisitionResponse
-
setCardAcquisitionResponse
public void setCardAcquisitionResponse(CardAcquisitionResponse value)
Sets the value of the cardAcquisitionResponse property.- Parameters:
value- allowed object isCardAcquisitionResponse
-
getCardReaderAPDUResponse
public CardReaderAPDUResponse getCardReaderAPDUResponse()
Gets the value of the cardReaderAPDUResponse property.- Returns:
- possible object is
CardReaderAPDUResponse
-
setCardReaderAPDUResponse
public void setCardReaderAPDUResponse(CardReaderAPDUResponse value)
Sets the value of the cardReaderAPDUResponse property.- Parameters:
value- allowed object isCardReaderAPDUResponse
-
-