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

com.hps.integrator.entities.altpayment.HpsAltPaymentVoid Maven / Gradle / Ivy

package com.hps.integrator.entities.altpayment;

import com.hps.integrator.infrastructure.ElementTree;

public class HpsAltPaymentVoid extends HpsAltPaymentResponse {
    public HpsAltPaymentVoid fromElementTree(ElementTree rsp) {
        super.fromElementTree(rsp);
        return this;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy