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

io.paymenthighway.model.response.transaction.ChargeMitResponse Maven / Gradle / Ivy

There is a newer version: 2.1.1.1
Show newest version
package io.paymenthighway.model.response.transaction;

import com.fasterxml.jackson.annotation.JsonProperty;
import io.paymenthighway.model.response.TransactionResponse;

public class ChargeMitResponse extends TransactionResponse {

  @JsonProperty("filing_code")
  private String filingCode;

  public String getFilingCode() {
    return filingCode;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy