com.wechat.pay.java.service.payrollcard.model.AuthenticationScene 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文档提供的接口,查询商户和微工卡的授权关系、生成预授权的token口令、核身预下单、核身结果的查询等。
//
// API version: 1.5.2
// Code generated by WechatPay APIv3 Generator based on [OpenAPI
// Generator](https://openapi-generator.tech); DO NOT EDIT.
package com.wechat.pay.java.service.payrollcard.model;
import com.google.gson.annotations.SerializedName;
/** AuthenticationScene */
public enum AuthenticationScene {
@SerializedName("FROM_MINI_APP")
MINI_APP,
@SerializedName("FROM_HARDWARE")
HARDWARE
}