public class Ptsv2paymentsMerchantDefinedSecureInformation extends Object
| Constructor and Description |
|---|
Ptsv2paymentsMerchantDefinedSecureInformation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getSecure1()
The value you assign for your merchant-secure data field 1.
|
String |
getSecure2()
The value you assign for your merchant-secure data field 2.
|
String |
getSecure3()
The value you assign for your merchant-secure data field 3.
|
String |
getSecure4()
The value you assign for your merchant-secure data field 4.
|
int |
hashCode() |
Ptsv2paymentsMerchantDefinedSecureInformation |
secure1(String secure1) |
Ptsv2paymentsMerchantDefinedSecureInformation |
secure2(String secure2) |
Ptsv2paymentsMerchantDefinedSecureInformation |
secure3(String secure3) |
Ptsv2paymentsMerchantDefinedSecureInformation |
secure4(String secure4) |
void |
setSecure1(String secure1) |
void |
setSecure2(String secure2) |
void |
setSecure3(String secure3) |
void |
setSecure4(String secure4) |
String |
toString() |
public Ptsv2paymentsMerchantDefinedSecureInformation()
public Ptsv2paymentsMerchantDefinedSecureInformation secure1(String secure1)
public String getSecure1()
public void setSecure1(String secure1)
public Ptsv2paymentsMerchantDefinedSecureInformation secure2(String secure2)
public String getSecure2()
public void setSecure2(String secure2)
public Ptsv2paymentsMerchantDefinedSecureInformation secure3(String secure3)
public String getSecure3()
public void setSecure3(String secure3)
public Ptsv2paymentsMerchantDefinedSecureInformation secure4(String secure4)
public String getSecure4()
public void setSecure4(String secure4)
Copyright © 2025. All rights reserved.