Skip to content

Commit 04a1cea

Browse files
authored
Archive customer reason is not optional (#236)
1 parent 19aeb5e commit 04a1cea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types/customer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,10 +278,10 @@ export interface ArchiveCustomerRequest {
278278

279279
attributes: {
280280
/**
281-
* Optional. The reason for archiving the customer.
281+
* The reason for archiving the customer.
282282
* Needs to be one of Inactive, FraudACHActivity, FraudCardActivity, FraudCheckActivity, FraudApplicationHistory, FraudAccountActivity, FraudClientIdentified, FraudLinkedToFraudulentCustomer
283283
*/
284-
reason?: CustomerArchiveReason
284+
reason: CustomerArchiveReason
285285
}
286286
}
287287
}

0 commit comments

Comments
 (0)