Payment Service
interface PaymentService
Content copied to clipboard
Functions
getInsurancePayers
Link copied to clipboard
abstract fun getInsurancePayers(tenant: String): DataObserver<List<InsurancePayer>>
Content copied to clipboard
uploadInsuranceCard
Link copied to clipboard
abstract fun uploadInsuranceCard(frontImage: Bitmap, backImage: Bitmap): DataObserver<String>
Content copied to clipboard
verifyCouponCode
Link copied to clipboard