com.sentenial.rest.client.api.credittransfer.dto.RetrieveCreditTransferResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nuapay-rest-client Show documentation
Show all versions of nuapay-rest-client Show documentation
NuaPay REST API Java Bindings
package com.sentenial.rest.client.api.credittransfer.dto;
import com.sentenial.rest.client.api.common.resource.RestResponseEnvelope;
public class RetrieveCreditTransferResponse extends RestResponseEnvelope {
}