![JAR search and dependency download from the Maven repository](/logo.png)
com.global.api.gateways.bill_pay.responses.CommitPreloadBillsResponse Maven / Gradle / Ivy
package com.global.api.gateways.bill_pay.responses;
import com.global.api.entities.billing.BillingResponse;
public class CommitPreloadBillsResponse extends BillPayResponseBase {
public BillingResponse map() {
BillingResponse result = new BillingResponse();
result.setIsSuccessful(response.getBool("a:isSuccessful"));
result.setResponseCode(getFirstResponseCode(response));
result.setResponseMessage(getFirstResponseMessage(response));
return result;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy