com.wechat.pay.java.service.goldplan.model.OperationPayScene Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wechatpay-java Show documentation
Show all versions of wechatpay-java Show documentation
A Java SDK for WeChat Pay APIv3
// Copyright 2021 Tencent Inc. All rights reserved.
//
// 点金计划对外API
//
// 特约商户点金计划管理API
//
// API version: 0.3.3
// Code generated by WechatPay APIv3 Generator based on [OpenAPI
// Generator](https://openapi-generator.tech); DO NOT EDIT.
package com.wechat.pay.java.service.goldplan.model;
import com.google.gson.annotations.SerializedName;
/** OperationPayScene */
public enum OperationPayScene {
@SerializedName("JSAPI_AND_MINIPROGRAM")
JSAPI_AND_MINIPROGRAM,
@SerializedName("JSAPI")
JSAPI,
@SerializedName("MINIPROGRAM")
MINIPROGRAM
}