Uses of Class
com.adyen.model.nexo.TransactionIdentification
-
Packages that use TransactionIdentification Package Description com.adyen.model.nexo -
-
Uses of TransactionIdentification in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as TransactionIdentification Modifier and Type Field Description protected TransactionIdentificationPaymentAcquirerData. acquirerTransactionIDThe Acquirer transaction id.protected TransactionIdentificationLoyaltyAccountReq. cardAcquisitionReferenceThe Card acquisition reference.protected TransactionIdentificationLoyaltyData. cardAcquisitionReferenceThe Card acquisition reference.protected TransactionIdentificationPaymentAccountReq. cardAcquisitionReferenceThe Card acquisition reference.protected TransactionIdentificationPaymentData. cardAcquisitionReferenceThe Card acquisition reference.protected TransactionIdentificationOriginalPOITransaction. hostTransactionIDThe Host transaction id.protected TransactionIdentificationStoredValueResult. hostTransactionIDThe Host transaction id.protected TransactionIdentificationLoyaltyAcquirerData. loyaltyTransactionIDThe Loyalty transaction id.protected TransactionIdentificationOriginalPOITransaction. poiTransactionIDThe Poi transaction id.protected TransactionIdentificationPOIData. poiTransactionIDThe Poi transaction id.protected TransactionIdentificationSaleData. saleTransactionIDThe Sale transaction id.Methods in com.adyen.model.nexo that return TransactionIdentification Modifier and Type Method Description TransactionIdentificationObjectFactory. createTransactionIdentification()Create an instance ofTransactionIdentificationTransactionIdentificationPaymentAcquirerData. getAcquirerTransactionID()Gets the value of the acquirerTransactionID property.TransactionIdentificationLoyaltyAccountReq. getCardAcquisitionReference()Gets the value of the cardAcquisitionReference property.TransactionIdentificationLoyaltyData. getCardAcquisitionReference()Gets the value of the cardAcquisitionReference property.TransactionIdentificationPaymentAccountReq. getCardAcquisitionReference()Gets the value of the cardAcquisitionReference property.TransactionIdentificationPaymentData. getCardAcquisitionReference()Gets the value of the cardAcquisitionReference property.TransactionIdentificationOriginalPOITransaction. getHostTransactionID()Gets the value of the hostTransactionID property.TransactionIdentificationStoredValueResult. getHostTransactionID()Gets the value of the hostTransactionID property.TransactionIdentificationLoyaltyAcquirerData. getLoyaltyTransactionID()Gets the value of the loyaltyTransactionID property.TransactionIdentificationOriginalPOITransaction. getPOITransactionID()Gets the value of the poiTransactionID property.TransactionIdentificationPOIData. getPOITransactionID()Gets the value of the poiTransactionID property.TransactionIdentificationSaleData. getSaleTransactionID()Gets the value of the saleTransactionID property.Methods in com.adyen.model.nexo with parameters of type TransactionIdentification Modifier and Type Method Description voidPaymentAcquirerData. setAcquirerTransactionID(TransactionIdentification value)Sets the value of the acquirerTransactionID property.voidLoyaltyAccountReq. setCardAcquisitionReference(TransactionIdentification value)Sets the value of the cardAcquisitionReference property.voidLoyaltyData. setCardAcquisitionReference(TransactionIdentification value)Sets the value of the cardAcquisitionReference property.voidPaymentAccountReq. setCardAcquisitionReference(TransactionIdentification value)Sets the value of the cardAcquisitionReference property.voidPaymentData. setCardAcquisitionReference(TransactionIdentification value)Sets the value of the cardAcquisitionReference property.voidOriginalPOITransaction. setHostTransactionID(TransactionIdentification value)Sets the value of the hostTransactionID property.voidStoredValueResult. setHostTransactionID(TransactionIdentification value)Sets the value of the hostTransactionID property.voidLoyaltyAcquirerData. setLoyaltyTransactionID(TransactionIdentification value)Sets the value of the loyaltyTransactionID property.voidOriginalPOITransaction. setPOITransactionID(TransactionIdentification value)Sets the value of the poiTransactionID property.voidPOIData. setPOITransactionID(TransactionIdentification value)Sets the value of the poiTransactionID property.voidSaleData. setSaleTransactionID(TransactionIdentification value)Sets the value of the saleTransactionID property.
-