Skip to content

STD and STN CurrencyCode #362

Open
Open
@emeraldhieu

Description

@emeraldhieu

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions