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

io.github.ealenxie.goodcang.finance.CostFlowResponse Maven / Gradle / Ivy

The newest version!
package io.github.ealenxie.goodcang.finance;

import com.fasterxml.jackson.annotation.JsonProperty;
import io.github.ealenxie.goodcang.ListTotalPayload;
import lombok.Getter;
import lombok.Setter;

/**
 * @author EalenXie created on 2023/6/27 12:11
 */
@Getter
@Setter
public class CostFlowResponse extends ListTotalPayload {

    /**
     * 下一页token
     */
    @JsonProperty("next_page_token")
    private String nextPageToken;
    /**
     * 上一页token
     */
    @JsonProperty("prev_page_token")
    private String prevPageToken;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy