Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. using System;
  2. namespace BankPayment
  3. {
  4. public class CardCreateOptions
  5. {
  6. public string Cardholder { get; set; }
  7. public string Currency { get; set; }
  8. public string Type { get; set; }
  9.  
  10. //brand
  11. //exp_month
  12. // exp_year
  13.  
  14. // last4
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement