Uses of Class
com.mindee.parsing.standard.AddressField
-
Packages that use AddressField Package Description com.mindee.product.financialdocument com.mindee.product.invoice -
-
Uses of AddressField in com.mindee.product.financialdocument
Fields in com.mindee.product.financialdocument declared as AddressField Modifier and Type Field Description protected AddressField
FinancialDocumentV1Document. billingAddress
The customer's address used for billing.protected AddressField
FinancialDocumentV1Document. customerAddress
The address of the customer.protected AddressField
FinancialDocumentV1Document. shippingAddress
The customer's address used for shipping.protected AddressField
FinancialDocumentV1Document. supplierAddress
The address of the supplier or merchant.Methods in com.mindee.product.financialdocument that return AddressField Modifier and Type Method Description AddressField
FinancialDocumentV1Document. getBillingAddress()
The customer's address used for billing.AddressField
FinancialDocumentV1Document. getCustomerAddress()
The address of the customer.AddressField
FinancialDocumentV1Document. getShippingAddress()
The customer's address used for shipping.AddressField
FinancialDocumentV1Document. getSupplierAddress()
The address of the supplier or merchant. -
Uses of AddressField in com.mindee.product.invoice
Fields in com.mindee.product.invoice declared as AddressField Modifier and Type Field Description protected AddressField
InvoiceV4Document. billingAddress
The customer billing address.protected AddressField
InvoiceV4Document. customerAddress
The address of the customer.protected AddressField
InvoiceV4Document. shippingAddress
Customer's delivery address.protected AddressField
InvoiceV4Document. supplierAddress
The address of the supplier or merchant.Methods in com.mindee.product.invoice that return AddressField Modifier and Type Method Description AddressField
InvoiceV4Document. getBillingAddress()
The customer billing address.AddressField
InvoiceV4Document. getCustomerAddress()
The address of the customer.AddressField
InvoiceV4Document. getShippingAddress()
Customer's delivery address.AddressField
InvoiceV4Document. getSupplierAddress()
The address of the supplier or merchant.
-