export interface GetMarginAttributesRequest { 'accountId'?: (string); } export interface GetMarginAttributesRequest__Output { 'accountId': (string); }