Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 628 Bytes

PaymentMethodCard.md

File metadata and controls

18 lines (13 loc) · 628 Bytes

forestvpn_api.model.PaymentMethodCard

Load the model package

import 'package:forestvpn_api/api.dart';

Properties

Name Type Description Notes
brand String Card brand
last4 String Last 4 digits of the card
country Country [optional]
expiresAt Date Last day of the expiration year and month

[Back to Model list] [Back to API list] [Back to README]