public static enum InvoiceCreateParams.TaxEntryMethodEnum extends Enum<InvoiceCreateParams.TaxEntryMethodEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
InvoiceCreateParams.TaxEntryMethodEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static InvoiceCreateParams.TaxEntryMethodEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static InvoiceCreateParams.TaxEntryMethodEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvoiceCreateParams.TaxEntryMethodEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InvoiceCreateParams.TaxEntryMethodEnum INCLUSIVE
public static final InvoiceCreateParams.TaxEntryMethodEnum EXCLUSIVE
public static InvoiceCreateParams.TaxEntryMethodEnum[] values()
for (InvoiceCreateParams.TaxEntryMethodEnum c : InvoiceCreateParams.TaxEntryMethodEnum.values()) System.out.println(c);
public static InvoiceCreateParams.TaxEntryMethodEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<InvoiceCreateParams.TaxEntryMethodEnum>public static InvoiceCreateParams.TaxEntryMethodEnum fromValue(String value)
Copyright © 2020. All rights reserved.