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

com.konduto.sdk.models.KondutoVoucherPayment Maven / Gradle / Ivy

Go to download

Easily integrate with Konduto (https://konduto.com), a fraud prevention service.

There is a newer version: 2.17.4
Show newest version
package com.konduto.sdk.models;

/**
 * Created by rsampaio on 9/6/16.
 *
 */
public class KondutoVoucherPayment extends KondutoPayment {
    @Override
    public KondutoPaymentType getType() {
        return KondutoPaymentType.VOUCHER;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy