Class PaymentMethodUpdateRequest
Inheritance
PaymentMethodUpdateRequest
Assembly: Inttegro.dll
Syntax
public sealed class PaymentMethodUpdateRequest
Properties
|
Edit this page
View Source
Active
Declaration
[JsonPropertyName("active")]
public bool? Active { get; set; }
Property Value
|
Edit this page
View Source
Archived
Declaration
[JsonPropertyName("archived")]
public bool? Archived { get; set; }
Property Value
|
Edit this page
View Source
CustomData
Declaration
[JsonPropertyName("custom_data")]
public Dictionary<string, string?>? CustomData { get; set; }
Property Value
|
Edit this page
View Source
Owner
Declaration
[JsonPropertyName("owner")]
public JsonObject? Owner { get; set; }
Property Value
|
Edit this page
View Source
PaymentMethodId
Declaration
[JsonPropertyName("payment_method_id")]
public string? PaymentMethodId { get; set; }
Property Value