Uses of Class
com.adyen.model.nexo.SaleData
-
Packages that use SaleData Package Description com.adyen.model.nexo -
-
Uses of SaleData in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as SaleData Modifier and Type Field Description protected SaleDataCardAcquisitionRequest. saleDataThe Sale data.protected SaleDataCardAcquisitionResponse. saleDataThe Sale data.protected SaleDataLoyaltyRequest. saleDataThe Sale data.protected SaleDataLoyaltyResponse. saleDataThe Sale data.protected SaleDataPaymentRequest. saleDataThe Sale data.protected SaleDataPaymentResponse. saleDataThe Sale data.protected SaleDataPerformedTransaction. saleDataThe Sale data.protected SaleDataReversalRequest. saleDataThe Sale data.protected SaleDataStoredValueRequest. saleDataThe Sale data.protected SaleDataStoredValueResponse. saleDataThe Sale data.Methods in com.adyen.model.nexo that return SaleData Modifier and Type Method Description SaleDataObjectFactory. createSaleData()Create an instance ofSaleDataSaleDataCardAcquisitionRequest. getSaleData()Gets the value of the saleData property.SaleDataCardAcquisitionResponse. getSaleData()Gets the value of the saleData property.SaleDataLoyaltyRequest. getSaleData()Gets the value of the saleData property.SaleDataLoyaltyResponse. getSaleData()Gets the value of the saleData property.SaleDataPaymentRequest. getSaleData()Gets the value of the saleData property.SaleDataPaymentResponse. getSaleData()Gets the value of the saleData property.SaleDataPerformedTransaction. getSaleData()Gets the value of the saleData property.SaleDataReversalRequest. getSaleData()Gets the value of the saleData property.SaleDataStoredValueRequest. getSaleData()Gets the value of the saleData property.SaleDataStoredValueResponse. getSaleData()Gets the value of the saleData property.Methods in com.adyen.model.nexo with parameters of type SaleData Modifier and Type Method Description voidCardAcquisitionRequest. setSaleData(SaleData value)Sets the value of the saleData property.voidCardAcquisitionResponse. setSaleData(SaleData value)Sets the value of the saleData property.voidLoyaltyRequest. setSaleData(SaleData value)Sets the value of the saleData property.voidLoyaltyResponse. setSaleData(SaleData value)Sets the value of the saleData property.voidPaymentRequest. setSaleData(SaleData value)Sets the value of the saleData property.voidPaymentResponse. setSaleData(SaleData value)Sets the value of the saleData property.voidPerformedTransaction. setSaleData(SaleData value)Sets the value of the saleData property.voidReversalRequest. setSaleData(SaleData value)Sets the value of the saleData property.voidStoredValueRequest. setSaleData(SaleData value)Sets the value of the saleData property.voidStoredValueResponse. setSaleData(SaleData value)Sets the value of the saleData property.
-