
com.easypost.model.RefundCollection Maven / Gradle / Ivy
package com.easypost.model;
import java.util.List;
import com.easypost.net.EasyPostResource;
public class RefundCollection extends EasyPostResource {
List refunds;
Boolean hasMore;
public List getRefunds() {
return refunds;
}
public void setRefunds(List refunds) {
this.refunds = refunds;
}
public Boolean getHasMore() {
return hasMore;
}
public void setHasMore(Boolean hasMore) {
this.hasMore = hasMore;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy