Skip to content

SudoSOS Back-end API / transfers / TransferResponse

Interface: TransferResponse ​

Properties ​

amount ​

ts
amount: DineroObjectResponse;

Deprecated ​


amountInclVat ​

ts
amountInclVat: DineroObjectResponse;

createdAt? ​

ts
optional createdAt: string;

Inherited from ​

ts
BaseResponse.createdAt

deposit? ​

ts
optional deposit: StripeDepositResponse;

deposit belonging to this transfer


description ​

ts
description: string;

fine? ​

ts
optional fine: FineResponse;

fine belonging to this transfer


from ​

ts
from: BaseUserResponse;

from which user the money is being transferred


id ​

ts
id: number;

Inherited from ​

ts
BaseResponse.id

inactiveAdministrativeCost? ​

ts
optional inactiveAdministrativeCost: BaseInactiveAdministrativeCostResponse;

inactive administrative cost that belongs to this transfer


invoice? ​

ts
optional invoice: BaseInvoiceResponse;

invoice belonging to this transfer


payoutRequest? ​

ts
optional payoutRequest: BasePayoutRequestResponse;

payout request belonging to this transfer


sellerPayout? ​

ts
optional sellerPayout: SellerPayoutResponse;

seller payout belonging to this transfer


to ​

ts
to: BaseUserResponse;

to which user the money is being transferred.


updatedAt? ​

ts
optional updatedAt: string;

Inherited from ​

ts
BaseResponse.updatedAt

vat? ​

ts
optional vat: BaseVatGroupResponse;

vat group belonging to this transfer


version? ​

ts
optional version: number;

Inherited from ​

ts
BaseResponse.version

waivedFines? ​

ts
optional waivedFines: UserFineGroupResponse;

fines that have been waived by this transfer


writeOff? ​

ts
optional writeOff: BaseWriteOffResponse;

write-off belonging to this transfer