All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wechat.pay.java.service.goldplan.model.OperationPayScene Maven / Gradle / Ivy

There is a newer version: 0.2.15
Show newest version
// 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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy