Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 803 Bytes

PaymentGateway1.md

File metadata and controls

19 lines (14 loc) · 803 Bytes

woocommerce_client.model.PaymentGateway1

Load the model package

import 'package:woocommerce_client/woocommerce_client.dart';

Properties

Name Type Description Notes
title String Payment gateway title on checkout. [optional]
description String Payment gateway description on checkout. [optional]
order int Payment gateway sort order. [optional]
enabled bool Payment gateway enabled status. [optional]
settings PaymentGateway1Settings [optional]

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