PaymentTypeApi

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
abstract suspend fun deleteCode1(paymentTypeId: Long): DeletePaymentTypesPaymentTypeIdResponse

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

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: