Skip to content

Commit 93e20e3

Browse files
authored
Add Transfer status (#214)
1 parent bea8388 commit 93e20e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

v5_asset_service.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ type V5CreateInternalTransferResponse struct {
6969
// V5CreateInternalTransferResult :
7070
type V5CreateInternalTransferResult struct {
7171
TransferID string `json:"transferId"`
72+
Status string `json:"status"`
7273
}
7374

7475
// CreateInternalTransfer :

0 commit comments

Comments
 (0)