UNPKG

@circle-fin/circle-sdk

Version:
22 lines (20 loc) 584 B
/* 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; }