Skip to content

Commit

Permalink
Changes generated by ecb8dbd3b4ae49402a407cfc853a2390d2af8d7d
Browse files Browse the repository at this point in the history
  • Loading branch information
gocardless-robot committed Sep 3, 2020
1 parent d539056 commit 9209703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GoCardless/Services/MandateImportEntryService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ public class MandateImportEntryCustomer

/// <summary>
/// The first line of the customer's address. Required if mandate
/// import scheme is `bacs`.
/// import scheme is either `bacs` or `sepa`.
///
/// </summary>
[JsonProperty("address_line1")]
Expand Down Expand Up @@ -357,7 +357,7 @@ public class MandateImportEntryCustomer

/// <summary>
/// The customer's postal code. Required if mandate import scheme is
/// `bacs`.
/// either `bacs` or `sepa`.
///
/// </summary>
[JsonProperty("postal_code")]
Expand Down

0 comments on commit 9209703

Please sign in to comment.