Uses of Class
org.killbill.billing.entitlement.api.BcdTransfer
-
Packages that use BcdTransfer Package Description org.killbill.billing.entitlement.api -
-
Uses of BcdTransfer in org.killbill.billing.entitlement.api
Methods in org.killbill.billing.entitlement.api that return BcdTransfer Modifier and Type Method Description static BcdTransferBcdTransfer. valueOf(String name)Returns the enum constant of this type with the specified name.static BcdTransfer[]BcdTransfer. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.killbill.billing.entitlement.api with parameters of type BcdTransfer Modifier and Type Method Description UUIDEntitlementApi. transferEntitlements(UUID sourceAccountId, UUID destAccountId, String bundleExternalKey, org.joda.time.LocalDate effectiveDate, Map<UUID,String> subExtKeys, BcdTransfer bcdTransfer, Iterable<PluginProperty> properties, CallContext context)Transfer all theEntitlementFor the source account and matching the external key to the destination account.UUIDEntitlementApi. transferEntitlementsOverrideBillingPolicy(UUID sourceAccountId, UUID destAccountId, String bundleExternalKey, org.joda.time.LocalDate effectiveDate, Map<UUID,String> subExtKeys, BillingActionPolicy billingPolicy, BcdTransfer bcdTransfer, Iterable<PluginProperty> properties, CallContext context)Transfer all theEntitlementfor the source account and matching the external key to the destination account.
-