Versions in this module Expand all Collapse all v0 v0.2.0 Dec 4, 2024 Changes in this version + type GetEntityPaymentMethodRequest struct + Id string + PaymentMethodId string + type GetEntityPaymentMethodResponse struct + Details *model.EntityPaymentMethod + Request *GetEntityPaymentMethodRequest + type ListEntityPaymentMethodsRequest struct + EntityId string + Pagination *model.PaginationParams + type ListEntityPaymentMethodsResponse struct + PaymentMethods []*model.EntityPaymentMethod + Request *ListEntityPaymentMethodsRequest + type PaymentMethodsService interface + GetEntityPaymentMethod func(ctx context.Context, request *GetEntityPaymentMethodRequest) (*GetEntityPaymentMethodResponse, error) + ListEntityPaymentMethods func(ctx context.Context, request *ListEntityPaymentMethodsRequest) (*ListEntityPaymentMethodsResponse, error) + func NewPaymentMethodsService(c client.RestClient) PaymentMethodsService