public class RepeatedResponseMessageBody extends Object
| Modifier and Type | Field and Description |
|---|---|
protected CardAcquisitionResponse |
cardAcquisitionResponse
The Card acquisition response.
|
protected CardReaderAPDUResponse |
cardReaderAPDUResponse
The Card reader apdu response.
|
protected LoyaltyResponse |
loyaltyResponse
The Loyalty response.
|
protected PaymentResponse |
paymentResponse
The Payment response.
|
protected ReversalResponse |
reversalResponse
The Reversal response.
|
protected StoredValueResponse |
storedValueResponse
The Stored value response.
|
| Constructor and Description |
|---|
RepeatedResponseMessageBody() |
| Modifier and Type | Method and Description |
|---|---|
CardAcquisitionResponse |
getCardAcquisitionResponse()
Gets the value of the cardAcquisitionResponse property.
|
CardReaderAPDUResponse |
getCardReaderAPDUResponse()
Gets the value of the cardReaderAPDUResponse property.
|
LoyaltyResponse |
getLoyaltyResponse()
Gets the value of the loyaltyResponse property.
|
PaymentResponse |
getPaymentResponse()
Gets the value of the paymentResponse property.
|
ReversalResponse |
getReversalResponse()
Gets the value of the reversalResponse property.
|
StoredValueResponse |
getStoredValueResponse()
Gets the value of the storedValueResponse property.
|
void |
setCardAcquisitionResponse(CardAcquisitionResponse value)
Sets the value of the cardAcquisitionResponse property.
|
void |
setCardReaderAPDUResponse(CardReaderAPDUResponse value)
Sets the value of the cardReaderAPDUResponse property.
|
void |
setLoyaltyResponse(LoyaltyResponse value)
Sets the value of the loyaltyResponse property.
|
void |
setPaymentResponse(PaymentResponse value)
Sets the value of the paymentResponse property.
|
void |
setReversalResponse(ReversalResponse value)
Sets the value of the reversalResponse property.
|
void |
setStoredValueResponse(StoredValueResponse value)
Sets the value of the storedValueResponse property.
|
protected LoyaltyResponse loyaltyResponse
protected PaymentResponse paymentResponse
protected ReversalResponse reversalResponse
protected StoredValueResponse storedValueResponse
protected CardAcquisitionResponse cardAcquisitionResponse
protected CardReaderAPDUResponse cardReaderAPDUResponse
public LoyaltyResponse getLoyaltyResponse()
LoyaltyResponsepublic void setLoyaltyResponse(LoyaltyResponse value)
value - allowed object is LoyaltyResponsepublic PaymentResponse getPaymentResponse()
PaymentResponsepublic void setPaymentResponse(PaymentResponse value)
value - allowed object is PaymentResponsepublic ReversalResponse getReversalResponse()
ReversalResponsepublic void setReversalResponse(ReversalResponse value)
value - allowed object is ReversalResponsepublic StoredValueResponse getStoredValueResponse()
StoredValueResponsepublic void setStoredValueResponse(StoredValueResponse value)
value - allowed object is StoredValueResponsepublic CardAcquisitionResponse getCardAcquisitionResponse()
CardAcquisitionResponsepublic void setCardAcquisitionResponse(CardAcquisitionResponse value)
value - allowed object is CardAcquisitionResponsepublic CardReaderAPDUResponse getCardReaderAPDUResponse()
CardReaderAPDUResponsepublic void setCardReaderAPDUResponse(CardReaderAPDUResponse value)
value - allowed object is CardReaderAPDUResponseCopyright © 2022. All rights reserved.