支付类型-[paymentTypes]

支付类型

接口描述

支付类型 基础支付方式默认5种 1.现金 2.扫呗闪收 3.店长余额 4.美团团购 5.会员

响应参数

参数名
类型
描述
必填
paymentTypes
object
支付类型
必填
normal
array
基础支付类型数组
必填
paymentTypeId
string
支付类型编号
必填
paymentTypeName
string
支付类型名称
必填
pic
object
图片
必填
isRefund
string
允许部分退款 0.否 1.是
必填
isChecked
string
打开钱箱并在交班时进行核算 0.否 1.是
必填
price
string
单张券抵价价格
必填
custom
array
自定义支付类型数组
必填
paymentTypeId
string
支付类型编号
必填
paymentTypeName
string
支付类型名称
必填
pic
object
图片
必填
isRefund
string
允许部分退款 0.否 1.是
必填
isChecked
string
打开钱箱并在交班时进行核算 0.否 1.是
必填
price
string
单张券抵价价格
必填

返回示例

```josn { "paymentTypes": { "normal": [ { "paymentTypeId": "1", "paymentTypeName": "现金", "pic": null, "isRefund": "1", "isChecked": "1", "price": "0.00" }, { "paymentTypeId": "3", "paymentTypeName": "门店储值卡", "pic": null, "isRefund": "1", "isChecked": "1", "price": "0.00" } ], "custom": [ { "paymentTypeId": "1417305778872078336", "paymentTypeName": "油茶收款", "pic": null, "isRefund": "0", "isChecked": "0", "price": "0.00" }, { "paymentTypeId": "1417305979875708928", "paymentTypeName": "油茶抵扣卷11", "pic": null, "isRefund": "1", "isChecked": "1", "price": "10.00" }, { "paymentTypeId": "1417320003413692416", "paymentTypeName": "1", "pic": null, "isRefund": "0", "isChecked": "0", "price": "0.00" } ] } } ```