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

com.logicommerce.sdk.models.payment.PaymentDataForm Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version
package com.logicommerce.sdk.models.payment;

import java.util.List;
import com.logicommerce.sdk.models.Param;

/**
 * 

PaymentDataForm interface.

* * @author Logicommerce * @since 1.0.16 */ public interface PaymentDataForm extends PaymentData { /** *

getUrl.

* * @return a {@link java.lang.String} object */ String getUrl(); /** *

getMethod.

* * @return a {@link java.lang.String} object */ String getMethod(); /** *

getParams.

* * @return a {@link java.util.List} object */ List getParams(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy