/* tslint:disable */
/* eslint-disable */
/**
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */

/**
 *
 * @export
 * @interface MockWirePaymentBeneficiaryBankInstruction
 */
export interface MockWirePaymentBeneficiaryBankInstruction {
  /**
   * Virtual account number or Circle corporate Silvergate Wire account number that needs to be set as destination.
   * @type {string}
   * @memberof MockWirePaymentBeneficiaryBankInstruction
   */
  accountNumber: string;
}
