Payment Method
Payment method selector for checkout.
Type: "checkoutPayment"
Payment method selector for checkout.
Props
| Field | Type | Default | Keterangan |
|---|---|---|---|
title | string | "Metode Pembayaran" | Judul |
Contoh
{
"id": "che01abc",
"type": "checkoutPayment",
"props": {
"title": "Metode Pembayaran"
}
}