business_entity_transfer
encapsulates the details of the movement of a resource (such as customer
and subscription
) from one business_entity
to another.
Related Endpoints
Sample Business entity transferJSON
API Index URL
https://[site].chargebee.com/api/v2/business_entity_transfers
Business entity transfers attributes
The type of the resource that was transferred.
Enum Values
customer
Represents the transfer of a customer
resource.
subscription
Represents the transfer of a subscriptions
resource linked to a customer
resource.
The id
of the deprecated version of the resource. This is the resource linked to the source business_entity
.
The id
of the active version of the resource. This is the resource linked to the destination business_entity
.
The unique identifier of the business_entity
to which the resource has been transferred.
The unique identifier of the business_entity
from which the resource has been transferred.