Class PaymentMethodPage
Inheritance
PaymentMethodPage
Assembly: Inttegro.dll
Syntax
public sealed class PaymentMethodPage
Properties
|
Edit this page
View Source
Number
Declaration
[JsonPropertyName("number")]
public int? Number { get; set; }
Property Value
|
Edit this page
View Source
PaymentMethods
Declaration
[JsonPropertyName("payment_methods")]
public List<PaymentMethod>? PaymentMethods { get; set; }
Property Value
|
Edit this page
View Source
Size
Declaration
[JsonPropertyName("size")]
public int? Size { get; set; }
Property Value