Uses of Class
com.adyen.model.tapi.GetTotalsRequest.TotalDetailsEnum
-
Packages that use GetTotalsRequest.TotalDetailsEnum Package Description com.adyen.model.tapi -
-
Uses of GetTotalsRequest.TotalDetailsEnum in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return GetTotalsRequest.TotalDetailsEnum Modifier and Type Method Description static GetTotalsRequest.TotalDetailsEnumGetTotalsRequest.TotalDetailsEnum. fromValue(String value)static GetTotalsRequest.TotalDetailsEnumGetTotalsRequest.TotalDetailsEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static GetTotalsRequest.TotalDetailsEnum[]GetTotalsRequest.TotalDetailsEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.tapi that return types with arguments of type GetTotalsRequest.TotalDetailsEnum Modifier and Type Method Description List<GetTotalsRequest.TotalDetailsEnum>GetTotalsRequest. getTotalDetails()Indicates the hierarchical structure of the reconciliation result of the Sale to POI reconciliation.Methods in com.adyen.model.tapi with parameters of type GetTotalsRequest.TotalDetailsEnum Modifier and Type Method Description GetTotalsRequestGetTotalsRequest. addTotalDetailsItem(GetTotalsRequest.TotalDetailsEnum totalDetailsItem)Method parameters in com.adyen.model.tapi with type arguments of type GetTotalsRequest.TotalDetailsEnum Modifier and Type Method Description voidGetTotalsRequest. setTotalDetails(List<GetTotalsRequest.TotalDetailsEnum> totalDetails)Indicates the hierarchical structure of the reconciliation result of the Sale to POI reconciliation.GetTotalsRequestGetTotalsRequest. totalDetails(List<GetTotalsRequest.TotalDetailsEnum> totalDetails)Indicates the hierarchical structure of the reconciliation result of the Sale to POI reconciliation.
-