Uses of Class
com.adyen.model.nexo.PaymentReceipt
-
Packages that use PaymentReceipt Package Description com.adyen.model.nexo -
-
Uses of PaymentReceipt in com.adyen.model.nexo
Fields in com.adyen.model.nexo with type parameters of type PaymentReceipt Modifier and Type Field Description protected List<PaymentReceipt>LoyaltyResponse. paymentReceiptThe Payment receipt.protected List<PaymentReceipt>PaymentResponse. paymentReceiptThe Payment receipt.protected List<PaymentReceipt>ReversalResponse. paymentReceiptThe Payment receipt.protected List<PaymentReceipt>StoredValueResponse. paymentReceiptThe Payment receipt.Methods in com.adyen.model.nexo that return PaymentReceipt Modifier and Type Method Description PaymentReceiptObjectFactory. createPaymentReceipt()Create an instance ofPaymentReceiptMethods in com.adyen.model.nexo that return types with arguments of type PaymentReceipt Modifier and Type Method Description List<PaymentReceipt>LoyaltyResponse. getPaymentReceipt()Gets the value of the paymentReceipt property.List<PaymentReceipt>PaymentResponse. getPaymentReceipt()Gets the value of the paymentReceipt property.List<PaymentReceipt>ReversalResponse. getPaymentReceipt()Gets the value of the paymentReceipt property.List<PaymentReceipt>StoredValueResponse. getPaymentReceipt()Method parameters in com.adyen.model.nexo with type arguments of type PaymentReceipt Modifier and Type Method Description voidStoredValueResponse. setPaymentReceipt(List<PaymentReceipt> paymentReceipt)
-