You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
Calling partnerOperations.getInvoices().get() occurs error , because data can't deserialize.
Original data : "billingProvider": "one_time" and BillingProvider's value are not consistent.
/*** Bill is provided for one time purchases.
*/
ONE_TIME("oneTime")
Expected behavior
Get all invoices' detail data
Actual behavior
Could not deserialize response. Detailed message: Cannot deserialize value of type com.microsoft.store.partnercenter.models.invoices.BillingProvider from String "one_time":
value not one of declared Enum instance names: [all, oneTime, none, marketplace, office, azure]
Steps to reproduce
Calling
partnerOperations.getInvoices().get()occurs error , because data can't deserialize.Original data : "billingProvider": "one_time" and BillingProvider's value are not consistent.
Expected behavior
Actual behavior
Could not deserialize response. Detailed message: Cannot deserialize value of type
com.microsoft.store.partnercenter.models.invoices.BillingProvider from String "one_time":
value not one of declared Enum instance names: [all, oneTime, none, marketplace, office, azure]
Environment
Partner-Center 1.13.0