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

com.payu.sdk.api.model.mobile.SenderIdResponse Maven / Gradle / Ivy

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

import com.payu.sdk.api.model.response.Response;

public class SenderIdResponse extends Response {

  private String senderId;

  public String getSenderId() {
    return senderId;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy