-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hi team,
I’d like to propose adding support for the Utility Bill Payments API to the Java SDK.
From reviewing the existing SDK structure (e.g., GiftcardAPI and its corresponding Operations classes), I plan to follow the same design pattern for consistency.
Proposed Structure
Main API Class:
UtilityBillAPI(extendingServiceAPI)
Operations Classes:
-
UtilityBillAccountOperationsgetBalance()
-
UtilityBillBillerOperationslist()
-
UtilityBillPaymentOperationspay(PaymentRequest request)
-
UtilityBillTransactionOperationslist()getById(String id)
Implementation Notes
- Reuse the existing authentication flow (
AuthenticationAPI) - Follow the same request/response pattern using
Request<T>and.execute() - Align with naming conventions and structure used in the
gift-cardmodule - Use existing utilities such as
Asserter,TypeReference, and base operation classes
I’ll also include DTOs, examples, and documentation to match the current SDK standards.
Please let me know if this aligns with your roadmap or if you’d prefer any adjustments before I proceed with the implementation.
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels