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

com.wechat.pay.java.service.billdownload.model.Algorithm Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy