Open
Description
SDK you're using (please complete the following information):
com.github.xeroapi:xero-java:4.29.1
Describe the bug
STD and STN CurrencyCode have confusing values
public enum CurrencyCode {
/** STN */
STN("STD"),
/** STD */
STD("STN"),
Expected behavior
public enum CurrencyCode {
/** STN */
STN("STN"),
/** STD */
STD("STD"),
Can you explain why? Is it a bug?
Metadata
Metadata
Assignees
Labels
No labels