public class UpdateAuthorizationRequestType extends AbstractRequestType
| Constructor and Description |
|---|
UpdateAuthorizationRequestType()
Default Constructor
|
UpdateAuthorizationRequestType(String transactionID)
Constructor with arguments
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIPAddress()
Getter for iPAddress
|
AddressType |
getShipToAddress()
Getter for shipToAddress
|
String |
getShipToStore()
Getter for shipToStore
|
String |
getTransactionID()
Getter for transactionID
|
void |
setIPAddress(String iPAddress)
Setter for iPAddress
|
void |
setShipToAddress(AddressType shipToAddress)
Setter for shipToAddress
|
void |
setShipToStore(String shipToStore)
Setter for shipToStore
|
void |
setTransactionID(String transactionID)
Setter for transactionID
|
String |
toXMLString(String prefix,
String name) |
getDetailLevel, getErrorLanguage, getVersion, setDetailLevel, setErrorLanguage, setVersionpublic UpdateAuthorizationRequestType(String transactionID)
public UpdateAuthorizationRequestType()
public String getTransactionID()
public void setTransactionID(String transactionID)
public AddressType getShipToAddress()
public void setShipToAddress(AddressType shipToAddress)
public String getIPAddress()
public void setIPAddress(String iPAddress)
public String getShipToStore()
public void setShipToStore(String shipToStore)
public String toXMLString(String prefix, String name)
toXMLString in class AbstractRequestTypeCopyright © 2017. All Rights Reserved.