ZMObject
└─ZMPaymentField
public class ZMPaymentField
extends ZMObject
| Fields inherited from org.zenmagick.core.ZMObject | |
|---|---|
| properties_ | |
| Constructor Summary | |
|---|---|
ZMPaymentField(string label, string html) Create new payment (input) field. |
|
| Method Summary | |
|---|---|
| string | getHTML() Get the field HTML. |
| string | getLabel() Get the field name/label. |
| Methods inherited from org.zenmagick.core.ZMObject | |
|---|---|
| attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton | |
public ZMPaymentField(string label, string html)
Create new payment (input) field.
public string getHTML()
Get the field HTML.
public string getLabel()
Get the field name/label.
This may contain HTML, depending on the module.
A form field for a payment type.