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

com.hyperwallet.clientsdk.model.HyperwalletReceiptPaginationOptions Maven / Gradle / Ivy

package com.hyperwallet.clientsdk.model;

public class HyperwalletReceiptPaginationOptions extends HyperwalletPaginationOptions {

    private HyperwalletReceipt.Type type;

    public HyperwalletReceipt.Type getType() {
        return type;
    }

    public void setType(HyperwalletReceipt.Type type) {
        this.type = type;
    }

    public HyperwalletReceiptPaginationOptions type(HyperwalletReceipt.Type type) {
        this.type = type;
        return this;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy