
com.lookfirst.wepay.api.AddBank Maven / Gradle / Ivy
The newest version!
package com.lookfirst.wepay.api;
import java.io.Serializable;
import lombok.Data;
/**
* https://stage.wepay.com/developer/reference/account
*
* @author Jon Scott Stevens
* @author Jeff Schnitzer
*/
@Data
public class AddBank implements Serializable {
private static final long serialVersionUID = 1L;
/** The unique ID of the account. */
private Long accountId;
/** The URI to add the bank account to the specified acocunt id. */
private String addBankUri;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy