com.konduto.sdk.models.KondutoDebitPayment Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk Show documentation
Show all versions of java-sdk Show documentation
Easily integrate with Konduto (https://konduto.com), a fraud prevention service.
package com.konduto.sdk.models;
/**
* Created by rsampaio on 9/6/16.
*/
public class KondutoDebitPayment extends KondutoPayment {
@Override
public KondutoPaymentType getType() {
return KondutoPaymentType.DEBIT;
}
}