V3SubscriptionOrgTransferApprovalDetailDto
Subscription transfer approval detail.
{
"approvalEndDateTime": "2019-05-02T00:05:01.194Z",
"approveTtl": "P1D",
"sourceType": "BE",
"sourceValue": "SAP",
"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 for 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
The source type can be BE or Services and CSP must receive approval from all of them
Source value
Transfer time for 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