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

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;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy