# # VirtualAccountUpdateParameters ```php use Xendit\PaymentMethod\VirtualAccountUpdateParameters; ``` ## Properties | Name | Type | Required | Description | Examples | |------------|:-------------:|:-------------:|-------------|:-------------:| | **amount** | **float** | | | null | | **min_amount** | **float** | | | null | | **max_amount** | **float** | | | null | | **channel_properties** | [**VirtualAccountChannelPropertiesPatch**](VirtualAccountChannelPropertiesPatch.md) | | | null | | **alternative_display_types** | **string[]** | | For payments in Vietnam only, alternative display requested for the virtual account | null | [[Back to README]](../../README.md)