public static enum Customer.ParentAccountAccess.PortalDownloadChildInvoices extends Enum<Customer.ParentAccountAccess.PortalDownloadChildInvoices>
Modifier and Type | Method and Description |
---|---|
static Customer.ParentAccountAccess.PortalDownloadChildInvoices |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Customer.ParentAccountAccess.PortalDownloadChildInvoices[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Customer.ParentAccountAccess.PortalDownloadChildInvoices YES
public static final Customer.ParentAccountAccess.PortalDownloadChildInvoices VIEW_ONLY
public static final Customer.ParentAccountAccess.PortalDownloadChildInvoices NO
public static final Customer.ParentAccountAccess.PortalDownloadChildInvoices _UNKNOWN
public static Customer.ParentAccountAccess.PortalDownloadChildInvoices[] values()
for (Customer.ParentAccountAccess.PortalDownloadChildInvoices c : Customer.ParentAccountAccess.PortalDownloadChildInvoices.values()) System.out.println(c);
public static Customer.ParentAccountAccess.PortalDownloadChildInvoices 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 nullCopyright © 2023 ChargeBee. All rights reserved.