Package com.adyen.model.nexo
Class PaymentReceipt
- java.lang.Object
-
- com.adyen.model.nexo.PaymentReceipt
-
public class PaymentReceipt extends Object
Definition: Customer or Merchant payment receipt. -- Usage: If the payment receipts are printed by the Sale system and the POI or the Sale does not implement the Print exchange (Basic profile).Java class for PaymentReceipt complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentReceipt"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="OutputContent" type="{}OutputContent"/> </sequence> <attribute name="DocumentQualifier" use="required" type="{}DocumentQualifierType" /> <attribute name="IntegratedPrintFlag" type="{}IntegratedPrintFlag" default="false" /> <attribute name="RequiredSignatureFlag" type="{}RequiredSignatureFlag" default="false" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected DocumentQualifierTypedocumentQualifierThe Document qualifier.protected BooleanintegratedPrintFlagThe Integrated print flag.protected OutputContentoutputContentThe Output content.protected BooleanrequiredSignatureFlagThe Required signature flag.
-
Constructor Summary
Constructors Constructor Description PaymentReceipt()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentQualifierTypegetDocumentQualifier()Gets the value of the documentQualifier property.OutputContentgetOutputContent()Gets the value of the outputContent property.booleanisIntegratedPrintFlag()Gets the value of the integratedPrintFlag property.booleanisRequiredSignatureFlag()Gets the value of the requiredSignatureFlag property.voidsetDocumentQualifier(DocumentQualifierType value)Sets the value of the documentQualifier property.voidsetIntegratedPrintFlag(Boolean value)Sets the value of the integratedPrintFlag property.voidsetOutputContent(OutputContent value)Sets the value of the outputContent property.voidsetRequiredSignatureFlag(Boolean value)Sets the value of the requiredSignatureFlag property.
-
-
-
Field Detail
-
outputContent
protected OutputContent outputContent
The Output content.
-
documentQualifier
protected DocumentQualifierType documentQualifier
The Document qualifier.
-
integratedPrintFlag
protected Boolean integratedPrintFlag
The Integrated print flag.
-
requiredSignatureFlag
protected Boolean requiredSignatureFlag
The Required signature flag.
-
-
Method Detail
-
getOutputContent
public OutputContent getOutputContent()
Gets the value of the outputContent property.- Returns:
- possible object is
OutputContent
-
setOutputContent
public void setOutputContent(OutputContent value)
Sets the value of the outputContent property.- Parameters:
value- allowed object isOutputContent
-
getDocumentQualifier
public DocumentQualifierType getDocumentQualifier()
Gets the value of the documentQualifier property.- Returns:
- possible object is
DocumentQualifierType
-
setDocumentQualifier
public void setDocumentQualifier(DocumentQualifierType value)
Sets the value of the documentQualifier property.- Parameters:
value- allowed object isDocumentQualifierType
-
isIntegratedPrintFlag
public boolean isIntegratedPrintFlag()
Gets the value of the integratedPrintFlag property.- Returns:
- possible object is
Boolean
-
setIntegratedPrintFlag
public void setIntegratedPrintFlag(Boolean value)
Sets the value of the integratedPrintFlag property.- Parameters:
value- allowed object isBoolean
-
isRequiredSignatureFlag
public boolean isRequiredSignatureFlag()
Gets the value of the requiredSignatureFlag property.- Returns:
- possible object is
Boolean
-
-