V3SubscriptionOrgTransferApprovalDetailDto

V3SubscriptionOrgTransferApprovalDetailDto
V3SubscriptionOrgTransferApprovalDetailDto

Subscription transfer approval detail.

JSON Example
{
    "approvalEndDateTime": "2019-05-02T00:05:01.194Z",
    "approveTtl": "P1D",
    "sourceType": "BE",
    "sourceValue": "SAP",
    "transferTtl": "P1D"
}
string As date-time As date-time
approvalEndDateTime
Optional

Current approval end date time. The source should provide approval before this date time. Calculated by summing transfer initiation and current source approval ttl.

string
approveTtl
Required

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

string
sourceType
Required

The source type can be BE or Services and CSP must receive approval from all of them

Possible values are : BE, SERVICE, SERVICE_PROVIDER,
string
sourceValue
Required

Source value

string
transferTtl
Required

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