- /// An optional payment reference. This will be set as the reference on
- /// each payment
- /// created and will appear on your customer's bank statement. See the
- /// documentation for
- /// the [create payment endpoint](#payments-create-a-payment) for more
- /// details.
- ///
- /// Restricted: You need
- /// your own Service User Number to specify a payment reference for Bacs
- /// payments.
- ///
- [JsonProperty("payment_reference")]
- public string PaymentReference { get; set; }
-
- ///