File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,8 @@ impl<'a> InvoiceRequestBuilder<'a> {
139
139
self
140
140
}
141
141
142
- /// Sets a note for the invoice request.
142
+ /// Sets a payer-defined note which will be seen by recipient and reflected in the invoice
143
+ /// response.
143
144
///
144
145
/// Successive calls to this method will override the previous setting.
145
146
pub fn payer_note ( mut self , payer_note : String ) -> Self {
@@ -292,7 +293,7 @@ impl InvoiceRequest {
292
293
self . contents . payer_id
293
294
}
294
295
295
- /// Payer provided note to include in the invoice.
296
+ /// Payer- provided note to include in the invoice.
296
297
pub fn payer_note ( & self ) -> Option < PrintableString > {
297
298
self . contents . payer_note . as_ref ( ) . map ( |payer_note| PrintableString ( payer_note. as_str ( ) ) )
298
299
}
You can’t perform that action at this time.
0 commit comments