com.univapay.sdk.builders.batch_charge.BatchChargeCallback Maven / Gradle / Ivy
The newest version!
package com.univapay.sdk.builders.batch_charge;
import com.univapay.sdk.models.response.charge.Charge;
public interface BatchChargeCallback {
void processResult(CreateChargeResult chargeResult);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy