public class PayMd
extends org.beigesoft.mdlp.AIdLnaNm
Holds payment method data.
| Constructor and Description |
|---|
PayMd() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMde()
Getter for mde.
|
String |
getSec1()
Getter for sec1.
|
String |
getSec2()
Getter for sec2.
|
void |
setMde(String pMde)
Setter for mde.
|
void |
setSec1(String pSec1)
Setter for sec1.
|
void |
setSec2(String pSec2)
Setter for sec2.
|
public final String getMde()
Getter for mde.
public final void setMde(String pMde)
Setter for mde.
pMde - referencepublic final String getSec1()
Getter for sec1.
public final void setSec1(String pSec1)
Setter for sec1.
pSec1 - referencepublic final String getSec2()
Getter for sec2.
public final void setSec2(String pSec2)
Setter for sec2.
pSec2 - referenceCopyright © 2019–2020. All rights reserved.