`Offering.data.payout.methods` returns `List<PaymentMethod>` but should return `List<PayoutMethod>`. This bug prevents wallet apps from being about to access the `estimatedSettlementTime` property on the offering.
Offering.data.payout.methodsreturnsList<PaymentMethod>but should returnList<PayoutMethod>.This bug prevents wallet apps from being about to access the
estimatedSettlementTimeproperty on the offering.