Uses of Class
com.adyen.model.nexo.TotalDetailsType
-
Packages that use TotalDetailsType Package Description com.adyen.model.nexo -
-
Uses of TotalDetailsType in com.adyen.model.nexo
Fields in com.adyen.model.nexo with type parameters of type TotalDetailsType Modifier and Type Field Description protected List<TotalDetailsType>GetTotalsRequest. totalDetailsThe Total details.Methods in com.adyen.model.nexo that return TotalDetailsType Modifier and Type Method Description static TotalDetailsTypeTotalDetailsType. fromValue(String v)From value total details type.static TotalDetailsTypeTotalDetailsType. valueOf(String name)Returns the enum constant of this type with the specified name.static TotalDetailsType[]TotalDetailsType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.nexo that return types with arguments of type TotalDetailsType Modifier and Type Method Description List<TotalDetailsType>GetTotalsRequest. getTotalDetails()Gets the value of the totalDetails property.
-