cashStyleList property

void cashStyleList=(List<String> value)

支持的提现方式配置

Implementation

set cashStyleList(List<String> value) => data['cashStyleList'] = DbQueryField.toBaseType(value);