Making Transfer bundle Policy options consistent with API
Issue : Currently when a bundle is transferred from one account to another using Kaui, the screen does not give any option to select the transfer policy and uses End_Of_Term as the default value. On the other hand, the same operation when performed via the API gives the option to select out of Start_Of_Term, Immediate OR End_Od_Term policy just like at the time of cancelling.

Expected behavior : The behavior and options should be consistent between the admin ui and the API ( https://killbill.github.io/slate/#bundle-transfer-a-bundle-to-another-account ).
This is interlinked to the below issue :
https://github.com/killbill/killbill/issues/1775

https://github.com/killbill/killbill-admin-ui/pull/321
Looks good (see screenshot below). A few comments:
- Currently, the billing policy defaults to
IMMEDIATE. Wondering if we should default it toEND_OF_TERMto keep it consistent with the API? - As per @KBbitsP, there is an issue when the
START_OF_TERMpolicy is specified (#1775). So, should theSTART_OF_TERMpolicy be disabled in Kaui until this issue is fixed?
Any thoughts @pierre?
Agreed x2!
FYI @kpbacode.