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 AddressFieldFinancialDocumentV1Document. billingAddressThe customer's address used for billing.protected AddressFieldFinancialDocumentV1Document. customerAddressThe address of the customer.protected AddressFieldFinancialDocumentV1Document. shippingAddressThe customer's address used for shipping.protected AddressFieldFinancialDocumentV1Document. supplierAddressThe address of the supplier or merchant.Methods in com.mindee.product.financialdocument that return AddressField Modifier and Type Method Description AddressFieldFinancialDocumentV1Document. getBillingAddress()The customer's address used for billing.AddressFieldFinancialDocumentV1Document. getCustomerAddress()The address of the customer.AddressFieldFinancialDocumentV1Document. getShippingAddress()The customer's address used for shipping.AddressFieldFinancialDocumentV1Document. 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 AddressFieldInvoiceV4Document. billingAddressThe customer billing address.protected AddressFieldInvoiceV4Document. customerAddressThe address of the customer.protected AddressFieldInvoiceV4Document. shippingAddressCustomer's delivery address.protected AddressFieldInvoiceV4Document. supplierAddressThe address of the supplier or merchant.Methods in com.mindee.product.invoice that return AddressField Modifier and Type Method Description AddressFieldInvoiceV4Document. getBillingAddress()The customer billing address.AddressFieldInvoiceV4Document. getCustomerAddress()The address of the customer.AddressFieldInvoiceV4Document. getShippingAddress()Customer's delivery address.AddressFieldInvoiceV4Document. getSupplierAddress()The address of the supplier or merchant.
-