io.paymenthighway.model.response.PivoTransactionStatusResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of paymenthighway Show documentation
Show all versions of paymenthighway Show documentation
Payment Highway Java API Library
package io.paymenthighway.model.response;
/**
* Pivo Transaction Status Response POJO
*/
public class PivoTransactionStatusResponse extends Response {
PivoTransactionStatus transaction = null;
public PivoTransactionStatus getTransaction() {
return transaction;
}
}