Package com.adyen.model.nexo
Class SaleToIssuerData
- java.lang.Object
-
- com.adyen.model.nexo.SaleToIssuerData
-
public class SaleToIssuerData extends Object
Definition: Sale information intended for the Issuer. -- Usage: The POI System receives this information and sends it to the Acquirer for the Issuer without any change.Java class for SaleToIssuerData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SaleToIssuerData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="StatementReference" type="{}StatementReference" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringstatementReferenceThe Statement reference.
-
Constructor Summary
Constructors Constructor Description SaleToIssuerData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetStatementReference()Gets the value of the statementReference property.voidsetStatementReference(String value)Sets the value of the statementReference property.
-