Port methods provided by IronBank to `Zuora::Local::RatePlanChargeTier`

Problem

In order to be able to use the local (Zuora::Local::RatePlanChargeTier) or remote (Zuora::Remote::RatePlanChargeTier) resource objects interchangeably based on a feature flag, we need to ensure these objects resemble each other as close as possible. This means that any attribute or method available to one class (the remote class) should be available to the other (the local class).

The Zuora::Remote::RatePlanChargeTier has instance and class methods provided via IronBank. These methods will need to be made available on the local resource.

Proposal

Let's define any instance or class method on Zuora::Local::RatePlanChargeTier provided via IronBank. These methods should behave similar to the methods available to Zuora::Remote::RatePlanChargeTier.

Assignee Loading
Time tracking Loading