PaymentService

interface PaymentService

Functions

getInsurancePayers
Link copied to clipboard
abstract fun getInsurancePayers(tenant: String): DataObserver<List<InsurancePayer>>
Provides an api for getting insurance payers
uploadInsuranceCard
Link copied to clipboard
abstract fun uploadInsuranceCard(frontImage: Bitmap, backImage: Bitmap): DataObserver<String>
Provides an api to allow uploading of front and back of insurance card.
verifyCouponCode
Link copied to clipboard
abstract fun verifyCouponCode(couponCode: String): DataObserver<Double>
Provides an api for coupon code (service key) verification