V3SubscriptionOrgTransferDetails
{
"approvalEndDateTime": "2019-05-02T00:05:01.194Z",
"approveTtl": "P1D",
"errors": [
{
"errorCode": "string",
"errorMessage": "string"
}
],
"sourceType": "BE",
"sourceValue": "SAP",
"status": "string",
"transferEndDateTime": "2019-05-02T00:05:01.194Z",
"transferTtl": "P1D"
}
Current approval end date time. The source should provide approval before this date time. Calculated by summing transfer initiation and current source approval ttl.
Approve time set by source for subscription transfer. Approval time is an ISO 8601 period. Minimum duration is one 1 day. Maximum duration is 1 year. Format spec: https://en.wikipedia.org/wiki/ISO_8601#Durations Java doc: https://docs.oracle.com/javase/8/docs/api/java/time/Period.html
Return list of errors if the subscription transfer failed.
The source type can be BE or Services and CSP must receive approval from all of them
Source value
The status of the subscription transfer approval process
Current transfer completion end date time. The source should complete the transfer before this date time. Only available, if the transfer has started execution. Null when the transfer is in approval state. Calculated by summing transfer execution start and current source transfer ttl.
Transfer time set by source for subscription transfer. Transfer time is an ISO 8601 period. Minimum duration is one 1 day. Maximum duration is 1 year. Format spec: https://en.wikipedia.org/wiki/ISO_8601#Durations Java doc: https://docs.oracle.com/javase/8/docs/api/java/time/Period.html