com.prowidesoftware.swift.model.field.AmountResolver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wife Show documentation
Show all versions of wife Show documentation
Prowide Core Libraries for SWIFT (TM) messages
The newest version!
package com.prowidesoftware.swift.model.field;
import java.math.BigDecimal;
import java.util.List;
public class AmountResolver {
public static List amounts(Field f, int ... component) {
// FIXME not implemented
return null;
}
public static BigDecimal amount(Field f) {
// FIXME not implemented
return null;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy