Class PaymentMethodPageRequest
Inherited Members
Namespace: Inttegro
Assembly: Inttegro.dll
Syntax
public sealed class PaymentMethodPageRequest
Properties
| Edit this page View SourceCustomerId
Declaration
[JsonPropertyName("customer_id")]
public string? CustomerId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PageNumber
Declaration
[JsonPropertyName("page_number")]
public int? PageNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
PageSize
Declaration
[JsonPropertyName("page_size")]
public int? PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |