Payment Details
Represents the payment details of an invoice as extracted from a document. The extractions.getSpecificExtractions contains additional values extracted alongside the four main values (ex: medical_service_provider)
Constructors
Link copied to clipboard
public PaymentDetails PaymentDetails(String recipient, String iban, String amount, String purpose, ExtractionsContainer extractions)