Uses of Class
com.adyen.model.tapi.PaymentReceipt
-
Packages that use PaymentReceipt Package Description com.adyen.model.tapi -
-
Uses of PaymentReceipt in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return PaymentReceipt Modifier and Type Method Description PaymentReceiptPaymentReceipt. documentQualifier(DocumentQualifier documentQualifier)documentQualifierstatic PaymentReceiptPaymentReceipt. fromJson(String jsonString)Create an instance of PaymentReceipt given an JSON stringPaymentReceiptPaymentReceipt. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.PaymentReceiptPaymentReceipt. integratedPrintFlag(Boolean integratedPrintFlag)Type of the print integrated to other prints.PaymentReceiptPaymentReceipt. outputContent(OutputContent outputContent)outputContentPaymentReceiptPaymentReceipt. requiredSignatureFlag(Boolean requiredSignatureFlag)Indicate that the cardholder payment receipt requires a physical signature by the Customer.Methods in com.adyen.model.tapi that return types with arguments of type PaymentReceipt Modifier and Type Method Description List<PaymentReceipt>BalanceInquiryResponse. getPaymentReceipt()Get paymentReceiptList<PaymentReceipt>LoyaltyResponse. getPaymentReceipt()Get paymentReceiptList<PaymentReceipt>PaymentResponse. getPaymentReceipt()Customer or Merchant payment receipt.List<PaymentReceipt>ReversalResponse. getPaymentReceipt()Get paymentReceiptList<PaymentReceipt>StoredValueResponse. getPaymentReceipt()Get paymentReceiptMethods in com.adyen.model.tapi with parameters of type PaymentReceipt Modifier and Type Method Description BalanceInquiryResponseBalanceInquiryResponse. addPaymentReceiptItem(PaymentReceipt paymentReceiptItem)LoyaltyResponseLoyaltyResponse. addPaymentReceiptItem(PaymentReceipt paymentReceiptItem)PaymentResponsePaymentResponse. addPaymentReceiptItem(PaymentReceipt paymentReceiptItem)ReversalResponseReversalResponse. addPaymentReceiptItem(PaymentReceipt paymentReceiptItem)StoredValueResponseStoredValueResponse. addPaymentReceiptItem(PaymentReceipt paymentReceiptItem)Method parameters in com.adyen.model.tapi with type arguments of type PaymentReceipt Modifier and Type Method Description BalanceInquiryResponseBalanceInquiryResponse. paymentReceipt(List<PaymentReceipt> paymentReceipt)paymentReceiptLoyaltyResponseLoyaltyResponse. paymentReceipt(List<PaymentReceipt> paymentReceipt)paymentReceiptPaymentResponsePaymentResponse. paymentReceipt(List<PaymentReceipt> paymentReceipt)Customer or Merchant payment receipt.ReversalResponseReversalResponse. paymentReceipt(List<PaymentReceipt> paymentReceipt)paymentReceiptStoredValueResponseStoredValueResponse. paymentReceipt(List<PaymentReceipt> paymentReceipt)paymentReceiptvoidBalanceInquiryResponse. setPaymentReceipt(List<PaymentReceipt> paymentReceipt)paymentReceiptvoidLoyaltyResponse. setPaymentReceipt(List<PaymentReceipt> paymentReceipt)paymentReceiptvoidPaymentResponse. setPaymentReceipt(List<PaymentReceipt> paymentReceipt)Customer or Merchant payment receipt.voidReversalResponse. setPaymentReceipt(List<PaymentReceipt> paymentReceipt)paymentReceiptvoidStoredValueResponse. setPaymentReceipt(List<PaymentReceipt> paymentReceipt)paymentReceipt
-