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

com.mx.path.model.mdx.web.model.transfer.TransferRepaymentsQueryParameters Maven / Gradle / Ivy

The newest version!
package com.mx.path.model.mdx.web.model.transfer;

import lombok.Data;

@SuppressWarnings({ "checkstyle:MemberName", "checkstyle:ParameterName", "checkstyle:MethodName" })
@Data
public class TransferRepaymentsQueryParameters {

  // NOTE: Non-standard naming to assist with parameter binding
  private String start_on;
  private String frequency_id;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy