The following classes are available if you have downloaded and installed/included the ICEPAY API in your website/project.
| Class | Description |
|---|---|
| ICEPAY | This is the base class for all ICEPAY subclasses. If you need a payment selection screen, please use this class. |
| ICEPAY_CC | For global credit card payments. |
| ICEPAY_DDebit | For Dutch direct debit payments. |
| ICEPAY_DirectEBank | For Direct E-Banking payments. |
| ICEPAY_GiroPAY | For German GIROPAY payments. |
| ICEPAY_iDEAL | For Dutch iDEAL payments. |
| ICEPAY_PaySafeCard | For payments with the Paysafecard. |
| ICEPAY_Phone | For global phone payments. |
| ICEPAY_SMS | For SMS payments. |
| ICEPAY_Wallie | For payments with the Wallie card. |
| ICEPAY_Wire | For global wire transfer payments. |
In .NET, all ICEPAY classes reside inside the ICEPAY namespace.