# PaymentEntityPaymentSurcharge


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**payment_surcharge_service_charge** | **number** |  | [optional] [default to undefined]
**payment_surcharge_service_tax** | **number** |  | [optional] [default to undefined]

## Example

```typescript
import { PaymentEntityPaymentSurcharge } from 'cashfree-pg';

const instance: PaymentEntityPaymentSurcharge = {
    payment_surcharge_service_charge,
    payment_surcharge_service_tax,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
