Package io.sendon.model
Enum GetPaymentHistoriesResponseDataHistoriesInner.ProofDocumentTypeEnum
- java.lang.Object
-
- java.lang.Enum<GetPaymentHistoriesResponseDataHistoriesInner.ProofDocumentTypeEnum>
-
- io.sendon.model.GetPaymentHistoriesResponseDataHistoriesInner.ProofDocumentTypeEnum
-
- All Implemented Interfaces:
Serializable,Comparable<GetPaymentHistoriesResponseDataHistoriesInner.ProofDocumentTypeEnum>
- Enclosing class:
- GetPaymentHistoriesResponseDataHistoriesInner
public static enum GetPaymentHistoriesResponseDataHistoriesInner.ProofDocumentTypeEnum extends Enum<GetPaymentHistoriesResponseDataHistoriesInner.ProofDocumentTypeEnum>
증빙서류 유형 - CASH_RECEIPT: 현금영수증, - TAX_INVOICE: 세금계산서, - NONE: 미발행
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetPaymentHistoriesResponseDataHistoriesInner.ProofDocumentTypeEnum.Adapter
-
Enum Constant Summary
Enum Constants Enum Constant Description CASH_RECEIPTNONETAX_INVOICE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetPaymentHistoriesResponseDataHistoriesInner.ProofDocumentTypeEnumfromValue(String value)StringgetValue()StringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)static GetPaymentHistoriesResponseDataHistoriesInner.ProofDocumentTypeEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static GetPaymentHistoriesResponseDataHistoriesInner.ProofDocumentTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
CASH_RECEIPT
public static final GetPaymentHistoriesResponseDataHistoriesInner.ProofDocumentTypeEnum CASH_RECEIPT
-
TAX_INVOICE
public static final GetPaymentHistoriesResponseDataHistoriesInner.ProofDocumentTypeEnum TAX_INVOICE
-
NONE
public static final GetPaymentHistoriesResponseDataHistoriesInner.ProofDocumentTypeEnum NONE
-
-
Method Detail
-
values
public static GetPaymentHistoriesResponseDataHistoriesInner.ProofDocumentTypeEnum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (GetPaymentHistoriesResponseDataHistoriesInner.ProofDocumentTypeEnum c : GetPaymentHistoriesResponseDataHistoriesInner.ProofDocumentTypeEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static GetPaymentHistoriesResponseDataHistoriesInner.ProofDocumentTypeEnum valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public String getValue()
-
toString
public String toString()
- Overrides:
toStringin classEnum<GetPaymentHistoriesResponseDataHistoriesInner.ProofDocumentTypeEnum>
-
fromValue
public static GetPaymentHistoriesResponseDataHistoriesInner.ProofDocumentTypeEnum fromValue(String value)
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException- Throws:
IOException
-
-