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

travel.wink.wise.partner.client.params.V1RegistrationCode Maven / Gradle / Ivy

The newest version!
package travel.wink.wise.partner.client.params;

/**
 * The type V 1 registration code.
 */
public final class V1RegistrationCode extends Parameter {

    /**
     * Instantiates a new V 1 registration code.
     *
     * @param registrationCode the registration code
     */
    V1RegistrationCode(final String registrationCode) {
        super(registrationCode);
    }

    @Override
    public String key() {
        return "registrationCode";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy