com.wechat.pay.java.service.billdownload.model.Algorithm 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 version: 2.1.4
// Code generated by WechatPay APIv3 Generator based on [OpenAPI
// Generator](https://openapi-generator.tech); DO NOT EDIT.
package com.wechat.pay.java.service.billdownload.model;
import com.google.gson.annotations.SerializedName;
/** Algorithm */
public enum Algorithm {
@SerializedName("AEAD_AES_256_GCM")
AEAD_AES_256_GCM,
@SerializedName("SM4_GCM")
SM4_GCM
}