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

com.github.charlemaznable.bunny.client.domain.ChargeResponse Maven / Gradle / Ivy

package com.github.charlemaznable.bunny.client.domain;

import lombok.Getter;
import lombok.Setter;

/**
 * 充值接口 响应
 */
@Getter
@Setter
public class ChargeResponse extends BunnyBaseResponse {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy