# CreatePaymentRequestRequest
## Properties
**remittance_information** | Option<**String**> | Content of the remittance information (aka communication). Limited to 140 characters in the set <code>a b c d e f g h i j k l m n o p q r s t u v w x y z A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0 1 2 3 4 5 6 7 8 9 / - ? : ( ) . , ' + Space</code> to ensure it is not rejected by the financial institution. | [optional]
**remittance_information_type** | Option<**String**> | Type of remittance information, can be <code>structured</code> or <code>unstructured</code> | [optional]
**amount** | **f64** | Amount of funds being requested |
**end_to_end_id** | Option<**String**> | Identifier assigned by the initiating party to identify the transaction. This identification is passed on, unchanged, throughout the entire end-to-end chain. Limited to 35 characters in the set <code>a b c d e f g h i j k l m n o p q r s t u v w x y z A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0 1 2 3 4 5 6 7 8 9 / - ? : ( ) . , ' + Space</code> to ensure it is not rejected by the financial institution. | [optional]
**redirect_uri** | Option<**String**> | Redirection URL used during the user linking process and authorized for your application in the Developer Portal | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)