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

com.global.api.gateways.bill_pay.requests.MakePaymentRequest Maven / Gradle / Ivy

There is a newer version: 14.2.3
Show newest version
package com.global.api.gateways.bill_pay.requests;

import com.global.api.utils.ElementTree;

public class MakePaymentRequest extends MakeBlindPaymentRequest {
    public MakePaymentRequest(ElementTree et) {
        super(et);
    }

    @Override
    protected String getMethodElementTagName() {
        return "bil:MakePayment";
    }

    @Override
    protected String getRequestElementTagName() {
        return "bil:MakeE3PaymentRequest";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy