public enum SunatXmlSupportedAttribute extends Enum<SunatXmlSupportedAttribute>
| Modifier and Type | Method and Description |
|---|---|
Object |
asObject(org.json.JSONObject json) |
static SunatXmlSupportedAttribute |
fromString(String text) |
static BigDecimal |
getSunatAdditionalMonetaryTotal(Object value,
TipoConceptosTributarios tipoConcepto) |
static SunatXmlSupportedAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SunatXmlSupportedAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SunatXmlSupportedAttribute SUNAT_TOTAL_VALOR_VENTA_OPERACIONES_GRAVADAS
public static final SunatXmlSupportedAttribute SUNAT_TOTAL_VALOR_VENTA_OPERACIONES_EXONERADAS
public static final SunatXmlSupportedAttribute SUNAT_TOTAL_VALOR_VENTA_OPERACIONES_INAFECTAS
public static final SunatXmlSupportedAttribute SUNAT_TOTAL_VALOR_VENTA_OPERACIONES_GRATUITAS
public static final SunatXmlSupportedAttribute SUNAT_AP_PARTY_IDENTIFICATION_ID
public static final SunatXmlSupportedAttribute SUNAT_AP_PARTY_NAME
public static final SunatXmlSupportedAttribute SUNAT_AP_POSTAL_ADDRESS_ID
public static final SunatXmlSupportedAttribute SUNAT_AP_POSTAL_ADDRESS_STREET_NAME
public static final SunatXmlSupportedAttribute SUNAT_AP_POSTAL_ADDRESS_CITY_SUBDIVISION_NAME
public static final SunatXmlSupportedAttribute SUNAT_AP_POSTAL_ADDRESS_CITY_NAME
public static final SunatXmlSupportedAttribute SUNAT_AP_POSTAL_ADDRESS_CITY_SUBENTITY
public static final SunatXmlSupportedAttribute SUNAT_AP_POSTAL_ADDRESS_DISTRICT
public static final SunatXmlSupportedAttribute SUNAT_AP_POSTAL_ADDRESS_COUNTRY_IDENTIFICATION_CODE
public static final SunatXmlSupportedAttribute SUNAT_AP_LEGAL_ENTITY_REGISTRATION_NAME
public static final SunatXmlSupportedAttribute SUNAT_RP_PARTY_IDENTIFICATION_ID
public static final SunatXmlSupportedAttribute SUNAT_RP_PARTY_NAME
public static final SunatXmlSupportedAttribute SUNAT_RP_POSTAL_ADDRESS_ID
public static final SunatXmlSupportedAttribute SUNAT_RP_POSTAL_ADDRESS_STREET_NAME
public static final SunatXmlSupportedAttribute SUNAT_RP_POSTAL_ADDRESS_CITY_SUBDIVISION_NAME
public static final SunatXmlSupportedAttribute SUNAT_RP_POSTAL_ADDRESS_CITY_NAME
public static final SunatXmlSupportedAttribute SUNAT_RP_POSTAL_ADDRESS_CITY_SUBENTITY
public static final SunatXmlSupportedAttribute SUNAT_RP_POSTAL_ADDRESS_DISTRICT
public static final SunatXmlSupportedAttribute SUNAT_RP_POSTAL_ADDRESS_COUNTRY_IDENTIFICATION_CODE
public static final SunatXmlSupportedAttribute SUNAT_RP_LEGAL_ENTITY_REGISTRATION_NAME
public static final SunatXmlSupportedAttribute SUNAT_TOTAL_INVOICE_AMOUNT
public static final SunatXmlSupportedAttribute SUNAT_TOTAL_INVOICE_CURRENCY_CODE
public static final SunatXmlSupportedAttribute SUNAT_TOTAL_CASHED
public static final SunatXmlSupportedAttribute SUNAT_TOTAL_CASHED_CURRENCY_CODE
public static final SunatXmlSupportedAttribute SUNAT_PERCEPTION_DOCUMENT_REFERENCE
public static final SunatXmlSupportedAttribute SUNAT_TOTAL_PAID
public static final SunatXmlSupportedAttribute SUNAT_TOTAL_PAID_CURRENCY_CODE
public static final SunatXmlSupportedAttribute SUNAT_RETENTION_DOCUMENT_REFERENCE
public static final SunatXmlSupportedAttribute SUNAT_VOIDED_DOCUMENTS_LINE
public static SunatXmlSupportedAttribute[] values()
for (SunatXmlSupportedAttribute c : SunatXmlSupportedAttribute.values()) System.out.println(c);
public static SunatXmlSupportedAttribute 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 Object asObject(org.json.JSONObject json)
public static SunatXmlSupportedAttribute fromString(String text)
public static BigDecimal getSunatAdditionalMonetaryTotal(Object value, TipoConceptosTributarios tipoConcepto)
Copyright © 2017. All rights reserved.