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

com.payu.sdk.api.model.PaymentMethods Maven / Gradle / Ivy

The newest version!
package com.payu.sdk.api.model;

public class PaymentMethods {

  private String id;
  private String description;
  private String country;

  public String getId() {
    return id;
  }

  public void setId(String id) {
    this.id = id;
  }

  public String getDescription() {
    return description;
  }

  public void setDescription(String description) {
    this.description = description;
  }

  public String getCountry() {
    return country;
  }

  public void setCountry(String country) {
    this.country = country;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy