Payment Type Api
interface PaymentTypeApi
Functions
Link copied to clipboard
abstract suspend fun createPaymentType(postPaymentTypesRequest: PostPaymentTypesRequest): PostPaymentTypesResponse
Create a Payment Type Creates a new Payment type Mandatory Fields: name Optional Fields: Description, isCashPayment,Position Responses:
Link copied to clipboard
Delete a Payment Type Deletes payment type Responses:
Link copied to clipboard
abstract suspend fun getAllPaymentTypes(onlyWithCode: Boolean? = null): List<GetPaymentTypesResponse>
Retrieve all Payment Types Retrieve list of payment types Responses:
Link copied to clipboard
abstract suspend fun retrieveOnePaymentType(paymentTypeId: Long): GetPaymentTypesPaymentTypeIdResponse
Retrieve a Payment Type Retrieves a payment type Responses:
Link copied to clipboard
abstract suspend fun updatePaymentType(paymentTypeId: Long, putPaymentTypesPaymentTypeIdRequest: PutPaymentTypesPaymentTypeIdRequest): PutPaymentTypesPaymentTypeIdResponse
Update a Payment Type Updates a Payment Type Responses: