com.revinate.sendgrid.model.CreditAllocation Maven / Gradle / Ivy
The newest version!
package com.revinate.sendgrid.model;
public class CreditAllocation extends SendGridModel {
private String type;
public String getType() {
return type;
}
public void setType(String type) {
this.type = type;
}
}