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

com.bitpay.sdk.model.ModelConfiguration Maven / Gradle / Ivy

Go to download

Full implementation of the BitPay Payment Gateway. This library implements BitPay's Cryptographically Secure RESTful API.

The newest version!
/*
 * Copyright (c) 2019 BitPay.
 * All rights reserved.
 */

package com.bitpay.sdk.model;

public interface ModelConfiguration {

    /**
     * Used for json mapping. We want to give possibility to change specific field for null (eg. update model)
     * together with @JsonInclude(JsonInclude.Include.NON_DEFAULT)
     */
    String DEFAULT_NON_SENT_VALUE = "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy