Uses of Class
com.adyen.model.tapi.PaymentResponse
-
Packages that use PaymentResponse Package Description com.adyen.model.tapi -
-
Uses of PaymentResponse in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return PaymentResponse Modifier and Type Method Description PaymentResponsePaymentResponse. addLoyaltyResultItem(LoyaltyResult loyaltyResultItem)PaymentResponsePaymentResponse. addPaymentReceiptItem(PaymentReceipt paymentReceiptItem)static PaymentResponsePaymentResponse. fromJson(String jsonString)Create an instance of PaymentResponse given an JSON stringPaymentResponseRepeatedResponseMessageBody. getPaymentResponse()Get paymentResponsePaymentResponseSaleToPOIResponse. getPaymentResponse()Get paymentResponsePaymentResponsePaymentResponse. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.PaymentResponsePaymentResponse. loyaltyResult(List<LoyaltyResult> loyaltyResult)Data related to the result of a processed loyalty transaction.PaymentResponsePaymentResponse. paymentReceipt(List<PaymentReceipt> paymentReceipt)Customer or Merchant payment receipt.PaymentResponsePaymentResponse. paymentResult(PaymentResult paymentResult)paymentResultPaymentResponsePaymentResponse. poiData(POIData poiData)poiDataPaymentResponsePaymentResponse. response(Response response)responsePaymentResponsePaymentResponse. saleData(SaleData saleData)saleDataMethods in com.adyen.model.tapi with parameters of type PaymentResponse Modifier and Type Method Description RepeatedResponseMessageBodyRepeatedResponseMessageBody. paymentResponse(PaymentResponse paymentResponse)paymentResponseSaleToPOIResponseSaleToPOIResponse. paymentResponse(PaymentResponse paymentResponse)paymentResponsevoidRepeatedResponseMessageBody. setPaymentResponse(PaymentResponse paymentResponse)paymentResponsevoidSaleToPOIResponse. setPaymentResponse(PaymentResponse paymentResponse)paymentResponse
-