PointOfSaleType
Type of Point of Sale determining its capabilities and purpose.
VIRTUAL- **Default**. For grouping transactions and restricting user access. No payment hardware required. Payments inherit this POS ID when created by assigned users via API or MONEI Pay app.QR_CODE- Generates QR codes for accepting payments at physical locations. Supports fixed or manual amounts, custom payment methods, and customer requirements.MONEI_PAY- Tap-to-phone payments using the MONEI Pay app on Android or iOS devices.MONEI_POD- Bizum MONEI POD physical device for Bizum QR payments.
enum PointOfSaleType {
MONEI_POD
MONEI_PAY
QR_CODE
VIRTUAL
}
Values
PointOfSaleType.MONEI_POD
PointOfSaleType.MONEI_PAY
PointOfSaleType.QR_CODE
PointOfSaleType.VIRTUAL
Member Of
CreatePointOfSaleInput input ● PointOfSale object