export type payment_FeeAmountExternal = { /** * PaidByClient is the portion of the transaction fee charged to the client, in the smallest currency unit (e.g. cents). */ paidByClient?: number; /** * PaidByPlatform is the portion of the transaction fee absorbed by the internal user, in the smallest currency unit (e.g. cents). */ paidByPlatform?: number; };