net.authorize.api.contract.v1
Class EncryptedTrackDataType
java.lang.Object
net.authorize.api.contract.v1.EncryptedTrackDataType
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
formOfPayment
protected KeyBlock formOfPayment
EncryptedTrackDataType
public EncryptedTrackDataType()
getFormOfPayment
public KeyBlock getFormOfPayment()
- Gets the value of the formOfPayment property.
- Returns:
- possible object is
KeyBlock
setFormOfPayment
public void setFormOfPayment(KeyBlock value)
- Sets the value of the formOfPayment property.
- Parameters:
value - allowed object is
KeyBlock
Copyright © 2014. All Rights Reserved.