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

com.truelayer.java.payments.entities.schemeselection.InstantOnlySchemeSelection Maven / Gradle / Ivy

There is a newer version: 16.0.0
Show newest version
package com.truelayer.java.payments.entities.schemeselection;

import lombok.Builder;
import lombok.Getter;
import lombok.experimental.Accessors;

@Getter
@Builder
public class InstantOnlySchemeSelection extends SchemeSelection {
    private final Type type = Type.INSTANT_ONLY;

    @Accessors(fluent = true)
    private boolean allowRemitterFee;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy