public class EncryptedTrackDataType extends Object
Java class for encryptedTrackDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="encryptedTrackDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FormOfPayment" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}KeyBlock"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected KeyBlock |
formOfPayment |
| Constructor and Description |
|---|
EncryptedTrackDataType() |
| Modifier and Type | Method and Description |
|---|---|
KeyBlock |
getFormOfPayment()
Gets the value of the formOfPayment property.
|
void |
setFormOfPayment(KeyBlock value)
Sets the value of the formOfPayment property.
|
Copyright © 2020. All rights reserved.