setSubscriptionId method
Sets the subscription ID obtained from the Cashfree Subscriptions API.
Implementation
CFSubscriptionSessionBuilder setSubscriptionId(String subscriptionId) {
_subscriptionId = subscriptionId;
return this;
}
Sets the subscription ID obtained from the Cashfree Subscriptions API.
CFSubscriptionSessionBuilder setSubscriptionId(String subscriptionId) {
_subscriptionId = subscriptionId;
return this;
}