@circle-fin/circle-sdk
Version:
Node.js SDK for Circle API
34 lines (32 loc) • 737 B
text/typescript
/* 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 WireInstructionBeneficiary
*/
export interface WireInstructionBeneficiary {
/**
* Name of the beneficiary.
* @type {string}
* @memberof WireInstructionBeneficiary
*/
name?: string;
/**
* Address line 1 of the beneficiary\'s address.
* @type {string}
* @memberof WireInstructionBeneficiary
*/
address1?: string;
/**
* Address line 2 of the beneficiary\'s address.
* @type {string}
* @memberof WireInstructionBeneficiary
*/
address2?: string;
}