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

com.wirefreethought.geodb.client.vo.FindCurrenciesRequest Maven / Gradle / Ivy

package com.wirefreethought.geodb.client.vo;

import lombok.Builder;
import lombok.Getter;

@Builder
@Getter
public class FindCurrenciesRequest
{
    private String countryCode;
    private Integer limit;
    private Integer offset;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy