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

js.web.paymentrequest.PaymentDetailsInit Maven / Gradle / Ivy

package js.web.paymentrequest;


import org.teavm.jso.JSProperty;

import javax.annotation.Nullable;


public interface PaymentDetailsInit extends PaymentDetailsBase {
    @JSProperty
    @Nullable
    String getId();

    @JSProperty
    void setId(String id);

    @JSProperty
    PaymentItem getTotal();

    @JSProperty
    void setTotal(PaymentItem total);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy